#666D7B

Color #666D7B Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #666D7B

Tints of Raven #666D7B

Color information

#666D7B (or 0x666D7B) is unknown color: approx Raven. HEX triplet: 66, 6D and 7B. RGB value is (102,109,123). Sum of RGB (Red+Green+Blue) = 102+109+123=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 123 - color contains mainly: blue. Hex color #666D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666D7B is #999284. Grayscale: #6C6C6C. Windows color (decimal): -10064517 or 8088934. OLE color: 8088934.

HSL color Cylindrical-coordinate representation of color #666D7B: hue angle of 220º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #666D7B is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB102109123-
CMYK0.170.1100.52
HSL220º9.33%44.12%-
HSV(B)220º17.07%48.24%-
XYZ14.5215.1920.91-
YUV108.5136.18123.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 30.54%
GREEN value IS 109 (42.97% from 255) = 32.63%
BLUE value IS 123 (48.44% from 255) = 36.83%
R=30.54%
G=32.63%
B=36.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021091230.170.1100.522209.3344.12
Hex666D7B11B034dc92c
Octal14615517321130643341154
Binary1100110110110111110111000110110110100110111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666D7B; }

 p { color: rgb(102,109,123); }

 H1.HeaderClassName
 {
   color: #666D7B;
 }
 .AnyTagClassName
 {
   color: #666D7B;
 }
</style>
background-color css

<style>
 a { background-color: #666D7B; }

 a { background-color: rgb(102,109,123); }

 div.DivClassName
 {
   background-color: #666D7B;
 }
 .BgClassName
 {
   background-color: #666D7B;
 }
</style>
border-color css

<style>
 span { border-color: #666D7B; }

 span { border-color: rgb(102,109,123); }

 td.TdClassName
 {
   border-color: #666D7B;
 }
 .TagClassName
 {
   border-color: #666D7B;
 }
</style>