Color Hex Logo

#665dbf Color Hex

#665DBF
(102,93,191)
0 Favorites   0 Comments

Color spaces of #665dbf

RGB 10293191
HSL0.680.430.56
HSV246°51°75°
CMYK 0.470.510.00   0.25
XYZ18.797814.415151.0818
Yxy14.41510.22300.1710
Hunter Lab37.967221.9338-53.1928
CIE-Lab44.822429.1471-50.5389

#665dbf color RGB value is (102,93,191).

#665dbf hex color red value is 102, green value is 93 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #665dbf hue: 0.68 , saturation: 0.43 and the lightness value of 665dbf is 0.56.

The process color (four color CMYK) of #665dbf color hex is 0.47, 0.51, 0.00, 0.25. Web safe color of #665dbf is #6666cc. Color #665dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01011101 10111111
Octal 146 135 277
Decimal 102 93 191
Hex 66 5D BF

RGB Percentages of Color #665dbf

%26.42
%24.09
%49.48

CMYK Percentages of Color #665dbf

%47
%51
%0
%25

Triadic Colors of #665dbf

#665dbf #bf665d #5dbf66

Analogous Colors of #665dbf

#665dbf #975dbf #5d85bf

Monochromatic Colors of #665dbf

#665dbf

Complementary Color

#665dbf #b6bf5d

#665dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#665dbf Color CSS Codes

.mybgcolor {background-color:#665dbf; } 
.myforecolor {color:#665dbf; }
.mybordercolor {border:3px solid #665dbf; }

#665dbf Text Font Color

<p style="color:#665dbf">Text here</p>

This sample text font color is #665dbf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#665dbf Background Color

<div style="background-color:#665dbf">
Div content here</div>

This div background color is #665dbf


#665dbf Border Color

<div style="border:3px solid #665dbf">
Div here</div>

This div border color is #665dbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,93,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #665dbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #665dbf;
  -webkit-box-shadow: 1px 1px 3px 2px #665dbf;
  box-shadow:         1px 1px 3px 2px #665dbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,93,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #665dbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #665dbf;
  -webkit-box-shadow: 1px 1px 3px 2px #665dbf;
  box-shadow:         1px 1px 3px 2px #665dbf;">
Div content here</div>

This div box has shadow with color #665dbf


Comments

No comments written yet.

Please login to write comment.