#667D98

Color #667D98 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #667D98

Tints of Slate Grey #667D98

Color information

#667D98 (or 0x667D98) is unknown color: approx Slate Grey. HEX triplet: 66, 7D and 98. RGB value is (102,125,152). Sum of RGB (Red+Green+Blue) = 102+125+152=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #667D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667D98 is #998267. Grayscale: #797979. Windows color (decimal): -10060392 or 9993574. OLE color: 9993574.

HSL color Cylindrical-coordinate representation of color #667D98: hue angle of 212.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #667D98 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB102125152-
CMYK0.330.1800.40
HSL212.4º19.69%49.8%-
HSV(B)212.4º32.89%59.61%-
XYZ18.4819.7632.55-
YUV121.2145.38114.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 125 (49.22% from 255) = 32.98%
BLUE value IS 152 (59.77% from 255) = 40.11%
R=26.91%
G=32.98%
B=40.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021251520.330.1800.40212.419.6949.8
Hex667D982112028d41432
Octal14617523041220503242462
Binary11001101111101100110001000011001001010001101010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #667D98;
 }
 .AnyTagClassName
 {
   color: #667D98;
 }
</style>
background-color css

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

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

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

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

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

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