Color Hex Logo

#6b66cd Color Hex

#6B66CD
(107,102,205)
0 Favorites   0 Comments

Color spaces of #6b66cd

RGB 107102205
HSL0.670.510.60
HSV243°50°80°
CMYK 0.480.500.00   0.20
XYZ21.834217.036359.8952
Yxy17.03630.22110.1725
Hunter Lab41.275122.1938-57.1446
CIE-Lab48.305729.0420-53.0010

#6b66cd color RGB value is (107,102,205).

#6b66cd hex color red value is 107, green value is 102 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #6b66cd hue: 0.67 , saturation: 0.51 and the lightness value of 6b66cd is 0.60.

The process color (four color CMYK) of #6b66cd color hex is 0.48, 0.50, 0.00, 0.20. Web safe color of #6b66cd is #6666cc. Color #6b66cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01100110 11001101
Octal 153 146 315
Decimal 107 102 205
Hex 6B 66 CD

RGB Percentages of Color #6b66cd

%25.85
%24.64
%49.52

CMYK Percentages of Color #6b66cd

%48
%50
%0
%20

Triadic Colors of #6b66cd

#6b66cd #cd6b66 #66cd6b

Analogous Colors of #6b66cd

#6b66cd #9f66cd #6695cd

Monochromatic Colors of #6b66cd

#6b66cd

Complementary Color

#6b66cd #c8cd66

#6b66cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b66cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b66cd Color CSS Codes

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

#6b66cd Text Font Color

<p style="color:#6b66cd">Text here</p>

This sample text font color is #6b66cd
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.


#6b66cd Background Color

<div style="background-color:#6b66cd">
Div content here</div>

This div background color is #6b66cd


#6b66cd Border Color

<div style="border:3px solid #6b66cd">
Div here</div>

This div border color is #6b66cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,102,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6b66cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6b66cd;
  -webkit-box-shadow: 1px 1px 3px 2px #6b66cd;
  box-shadow:         1px 1px 3px 2px #6b66cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b66cd

#6b66cd Color Palettes


Comments

No comments written yet.

Please login to write comment.