Html Css Color HEX #667E9F Slate Grey

📋 copy color: '#667E9F'

red 102 ◦ green 126 ◦ blue 159

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

Shades of Slate Grey #667E9F

Tints of Slate Grey #667E9F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.56%

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 26.36%
G = 32.56%
B = 41.09%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#667E9F (or 0x667E9F) is known color: Slate Grey. HEX triplet: 66, 7E and 9F. RGB value is (102,126,159). Sum of RGB (Red+Green+Blue) = 102+126+159=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #667E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E9F is #998160. Grayscale: #7A7A7A. Windows color (decimal): -10060129 or 10452582. OLE color: 10452582.

HSL color Cylindrical-coordinate representation of color #667E9F: hue angle of 214.74º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #667E9F is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 126 159 -
CMYK 0.36 0.21 0 0.38
HSL 214.74º 0.23% 0.51% -
HSV(B) 214.74º 0.36% 0.62% -
XYZ 19.2 20.25 35.7 -
YUV 122.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 102 126 159 0.36 0.21 0 0.38 214.74 0.23 0.51
Hex 66 7E 9F 24 15 0 26 D7 17 33
Octal 146 176 237 44 25 0 46 327 27 63
Binary 1100110 1111110 10011111 100100 10101 0 100110 11010111 10111 110011

Color Harmonies of #667E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667E9F

Black with #667E9F

Text Example


Text Example

White with #667E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,126,159); }

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

background-color css

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

 a { background-color: rgb(102,126,159); }

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

border-color css

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

 span { border-color: rgb(102,126,159); }

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