Html Css Color HEX #666B74 Raven

📋 copy color: '#666B74'

red 102 ◦ green 107 ◦ blue 116

#666B74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raven #666B74

Tints of Raven #666B74

RGB

 RED value IS 102 (40.23% from 255) = 31.38%

 GREEN value IS 107 (42.19% from 255) = 32.92%

 BLUE value IS 116 (45.7% from 255) = 35.69%

R = 31.38%
G = 32.92%
B = 35.69%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#666B74 (or 0x666B74) is known color: Raven. HEX triplet: 66, 6B and 74. RGB value is (102,107,116). Sum of RGB (Red+Green+Blue) = 102+107+116=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 116 - color contains mainly: blue. Hex color #666B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B74 is #99948B. Grayscale: #6A6A6A. Windows color (decimal): -10065036 or 7629670. OLE color: 7629670.

HSL color Cylindrical-coordinate representation of color #666B74: hue angle of 218.57º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #666B74 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 107 116 -
CMYK 0.12 0.08 0 0.55
HSL 218.57º 0.06% 0.43% -
HSV(B) 218.57º 0.12% 0.45% -
XYZ 13.89 14.6 18.61 -
YUV 106.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 102 107 116 0.12 0.08 0 0.55 218.57 0.06 0.43
Hex 66 6B 74 C 8 0 37 DB 6 2B
Octal 146 153 164 14 10 0 67 333 6 53
Binary 1100110 1101011 1110100 1100 1000 0 110111 11011011 110 101011

Color Harmonies of #666B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666B74

Black with #666B74

Text Example


Text Example

White with #666B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,107,116); }

 H1.HeaderClassName
 {
   color: #666B74;
 }
 .AnyTagClassName
 {
   color: #666B74;
 }
</style>

background-color css

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

 a { background-color: rgb(102,107,116); }

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

border-color css

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

 span { border-color: rgb(102,107,116); }

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