Html Css Color HEX #667F94 Slate Grey

📋 copy color: '#667F94'

red 102 ◦ green 127 ◦ blue 148

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

Shades of Slate Grey #667F94

Tints of Slate Grey #667F94

RGB

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

 GREEN value IS 127 (50% from 255) = 33.69%

 BLUE value IS 148 (58.2% from 255) = 39.26%

R = 27.06%
G = 33.69%
B = 39.26%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#667F94 (or 0x667F94) is known color: Slate Grey. HEX triplet: 66, 7F and 94. RGB value is (102,127,148). Sum of RGB (Red+Green+Blue) = 102+127+148=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 148 - color contains mainly: blue. Hex color #667F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F94 is #99806B. Grayscale: #797979. Windows color (decimal): -10059884 or 9731942. OLE color: 9731942.

HSL color Cylindrical-coordinate representation of color #667F94: hue angle of 207.39º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #667F94 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 127 148 -
CMYK 0.31 0.14 0 0.42
HSL 207.39º 0.18% 0.49% -
HSV(B) 207.39º 0.31% 0.58% -
XYZ 18.41 20.14 30.93 -
YUV 121.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 102 127 148 0.31 0.14 0 0.42 207.39 0.18 0.49
Hex 66 7F 94 1F E 0 2A CF 12 31
Octal 146 177 224 37 16 0 52 317 22 61
Binary 1100110 1111111 10010100 11111 1110 0 101010 11001111 10010 110001

Color Harmonies of #667F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667F94

Black with #667F94

Text Example


Text Example

White with #667F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667F94; }

 p { color: rgb(102,127,148); }

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

background-color css

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

 a { background-color: rgb(102,127,148); }

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

border-color css

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

 span { border-color: rgb(102,127,148); }

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