Html Css Color HEX #667992 Slate Grey

📋 copy color: '#667992'

red 102 ◦ green 121 ◦ blue 146

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

Shades of Slate Grey #667992

Tints of Slate Grey #667992

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.79%

 BLUE value IS 146 (57.42% from 255) = 39.57%

R = 27.64%
G = 32.79%
B = 39.57%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#667992 (or 0x667992) is known color: Slate Grey. HEX triplet: 66, 79 and 92. RGB value is (102,121,146). Sum of RGB (Red+Green+Blue) = 102+121+146=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #667992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667992 is #99866D. Grayscale: #767676. Windows color (decimal): -10061422 or 9599334. OLE color: 9599334.

HSL color Cylindrical-coordinate representation of color #667992: hue angle of 214.09º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #667992 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 121 146 -
CMYK 0.30 0.17 0 0.43
HSL 214.09º 0.18% 0.49% -
HSV(B) 214.09º 0.3% 0.57% -
XYZ 17.51 18.57 29.86 -
YUV 118.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 102 121 146 0.30 0.17 0 0.43 214.09 0.18 0.49
Hex 66 79 92 1E 11 0 2B D6 12 31
Octal 146 171 222 36 21 0 53 326 22 61
Binary 1100110 1111001 10010010 11110 10001 0 101011 11010110 10010 110001

Color Harmonies of #667992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667992

Black with #667992

Text Example


Text Example

White with #667992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667992; }

 p { color: rgb(102,121,146); }

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

background-color css

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

 a { background-color: rgb(102,121,146); }

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

border-color css

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

 span { border-color: rgb(102,121,146); }

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