Html Css Color HEX #667D95 Slate Grey

📋 copy color: '#667D95'

red 102 ◦ green 125 ◦ blue 149

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

Shades of Slate Grey #667D95

Tints of Slate Grey #667D95

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.24%

 BLUE value IS 149 (58.59% from 255) = 39.63%

R = 27.13%
G = 33.24%
B = 39.63%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#667D95 (or 0x667D95) is known color: Slate Grey. HEX triplet: 66, 7D and 95. RGB value is (102,125,149). Sum of RGB (Red+Green+Blue) = 102+125+149=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #667D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667D95 is #99826A. Grayscale: #787878. Windows color (decimal): -10060395 or 9796966. OLE color: 9796966.

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

Color convert

RGB 102 125 149 -
CMYK 0.32 0.16 0 0.42
HSL 210.64º 0.19% 0.49% -
HSV(B) 210.64º 0.32% 0.58% -
XYZ 18.24 19.66 31.27 -
YUV 120.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 102 125 149 0.32 0.16 0 0.42 210.64 0.19 0.49
Hex 66 7D 95 20 10 0 2A D3 13 31
Octal 146 175 225 40 20 0 52 323 23 61
Binary 1100110 1111101 10010101 100000 10000 0 101010 11010011 10011 110001

Color Harmonies of #667D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667D95

Black with #667D95

Text Example


Text Example

White with #667D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,125,149); }

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

background-color css

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

 a { background-color: rgb(102,125,149); }

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

border-color css

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

 span { border-color: rgb(102,125,149); }

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