Html Css Color HEX #666F84 Raven

📋 copy color: '#666F84'

red 102 ◦ green 111 ◦ blue 132

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

Shades of Raven #666F84

Tints of Raven #666F84

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.17%

 BLUE value IS 132 (51.95% from 255) = 38.26%

R = 29.57%
G = 32.17%
B = 38.26%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#666F84 (or 0x666F84) is known color: Raven. HEX triplet: 66, 6F and 84. RGB value is (102,111,132). Sum of RGB (Red+Green+Blue) = 102+111+132=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #666F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666F84 is #99907B. Grayscale: #6E6E6E. Windows color (decimal): -10063996 or 8679270. OLE color: 8679270.

HSL color Cylindrical-coordinate representation of color #666F84: hue angle of 222º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #666F84 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 111 132 -
CMYK 0.23 0.16 0 0.48
HSL 222º 0.13% 0.46% -
HSV(B) 222º 0.23% 0.52% -
XYZ 15.33 15.86 24.08 -
YUV 110.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 102 111 132 0.23 0.16 0 0.48 222 0.13 0.46
Hex 66 6F 84 17 10 0 30 DE D 2E
Octal 146 157 204 27 20 0 60 336 15 56
Binary 1100110 1101111 10000100 10111 10000 0 110000 11011110 1101 101110

Color Harmonies of #666F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666F84

Black with #666F84

Text Example


Text Example

White with #666F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,111,132); }

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

background-color css

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

 a { background-color: rgb(102,111,132); }

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

border-color css

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

 span { border-color: rgb(102,111,132); }

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