Html Css Color HEX #667B97 Slate Grey

📋 copy color: '#667B97'

red 102 ◦ green 123 ◦ blue 151

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

Shades of Slate Grey #667B97

Tints of Slate Grey #667B97

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.71%

 BLUE value IS 151 (59.38% from 255) = 40.16%

R = 27.13%
G = 32.71%
B = 40.16%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#667B97 (or 0x667B97) is known color: Slate Grey. HEX triplet: 66, 7B and 97. RGB value is (102,123,151). Sum of RGB (Red+Green+Blue) = 102+123+151=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #667B97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667B97 is #998468. Grayscale: #777777. Windows color (decimal): -10060905 or 9927526. OLE color: 9927526.

HSL color Cylindrical-coordinate representation of color #667B97: hue angle of 214.29º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #667B97 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 123 151 -
CMYK 0.32 0.19 0 0.41
HSL 214.29º 0.19% 0.5% -
HSV(B) 214.29º 0.32% 0.59% -
XYZ 18.15 19.23 32.03 -
YUV 119.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 102 123 151 0.32 0.19 0 0.41 214.29 0.19 0.5
Hex 66 7B 97 20 13 0 29 D6 13 32
Octal 146 173 227 40 23 0 51 326 23 62
Binary 1100110 1111011 10010111 100000 10011 0 101001 11010110 10011 110010

Color Harmonies of #667B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667B97

Black with #667B97

Text Example


Text Example

White with #667B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,123,151); }

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

background-color css

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

 a { background-color: rgb(102,123,151); }

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

border-color css

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

 span { border-color: rgb(102,123,151); }

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