Html Css Color HEX #667892 Slate Grey

📋 copy color: '#667892'

red 102 ◦ green 120 ◦ blue 146

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

Shades of Slate Grey #667892

Tints of Slate Grey #667892

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.61%

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

R = 27.72%
G = 32.61%
B = 39.67%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#667892 (or 0x667892) is known color: Slate Grey. HEX triplet: 66, 78 and 92. RGB value is (102,120,146). Sum of RGB (Red+Green+Blue) = 102+120+146=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 146 - color contains mainly: blue. Hex color #667892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667892 is #99876D. Grayscale: #757575. Windows color (decimal): -10061678 or 9599078. OLE color: 9599078.

HSL color Cylindrical-coordinate representation of color #667892: hue angle of 215.45º 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 #667892 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 120 146 -
CMYK 0.30 0.18 0 0.43
HSL 215.45º 0.18% 0.49% -
HSV(B) 215.45º 0.3% 0.57% -
XYZ 17.38 18.33 29.82 -
YUV 117.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 102 120 146 0.30 0.18 0 0.43 215.45 0.18 0.49
Hex 66 78 92 1E 12 0 2B D7 12 31
Octal 146 170 222 36 22 0 53 327 22 61
Binary 1100110 1111000 10010010 11110 10010 0 101011 11010111 10010 110001

Color Harmonies of #667892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667892

Black with #667892

Text Example


Text Example

White with #667892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667892; }

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

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

background-color css

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

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

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

border-color css

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

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

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