Html Css Color HEX #666B75 Raven

📋 copy color: '#666B75'

red 102 ◦ green 107 ◦ blue 117

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

Shades of Raven #666B75

Tints of Raven #666B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.89%

R = 31.29%
G = 32.82%
B = 35.89%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#666B75 (or 0x666B75) is known color: Raven. HEX triplet: 66, 6B and 75. RGB value is (102,107,117). Sum of RGB (Red+Green+Blue) = 102+107+117=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 117 - color contains mainly: blue. Hex color #666B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B75 is #99948A. Grayscale: #6A6A6A. Windows color (decimal): -10065035 or 7695206. OLE color: 7695206.

HSL color Cylindrical-coordinate representation of color #666B75: hue angle of 220º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #666B75 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 107 117 -
CMYK 0.13 0.09 0 0.54
HSL 220º 0.07% 0.43% -
HSV(B) 220º 0.13% 0.46% -
XYZ 13.95 14.62 18.92 -
YUV 106.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 102 107 117 0.13 0.09 0 0.54 220 0.07 0.43
Hex 66 6B 75 D 9 0 36 DC 7 2B
Octal 146 153 165 15 11 0 66 334 7 53
Binary 1100110 1101011 1110101 1101 1001 0 110110 11011100 111 101011

Color Harmonies of #666B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666B75

Black with #666B75

Text Example


Text Example

White with #666B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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