Html Css Color HEX #667F9D Slate Grey

📋 copy color: '#667F9D'

red 102 ◦ green 127 ◦ blue 157

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

Shades of Slate Grey #667F9D

Tints of Slate Grey #667F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.67%

R = 26.42%
G = 32.9%
B = 40.67%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#667F9D (or 0x667F9D) is known color: Slate Grey. HEX triplet: 66, 7F and 9D. RGB value is (102,127,157). Sum of RGB (Red+Green+Blue) = 102+127+157=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #667F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F9D is #998062. Grayscale: #7A7A7A. Windows color (decimal): -10059875 or 10321766. OLE color: 10321766.

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

Color convert

RGB 102 127 157 -
CMYK 0.35 0.19 0 0.38
HSL 212.73º 0.22% 0.51% -
HSV(B) 212.73º 0.35% 0.62% -
XYZ 19.15 20.44 34.83 -
YUV 122.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 102 127 157 0.35 0.19 0 0.38 212.73 0.22 0.51
Hex 66 7F 9D 23 13 0 26 D5 16 33
Octal 146 177 235 43 23 0 46 325 26 63
Binary 1100110 1111111 10011101 100011 10011 0 100110 11010101 10110 110011

Color Harmonies of #667F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667F9D

Black with #667F9D

Text Example


Text Example

White with #667F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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