#667B98

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

Shades of Slate Grey #667B98

Tints of Slate Grey #667B98

Color information

#667B98 (or 0x667B98) is unknown color: approx Slate Grey. HEX triplet: 66, 7B and 98. RGB value is (102,123,152). Sum of RGB (Red+Green+Blue) = 102+123+152=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 152 - color contains mainly: blue. Hex color #667B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667B98 is #998467. Grayscale: #777777. Windows color (decimal): -10060904 or 9993062. OLE color: 9993062.

HSL color Cylindrical-coordinate representation of color #667B98: hue angle of 214.8º 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 #667B98 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB102123152-
CMYK0.330.1900.40
HSL214.8º19.69%49.8%-
HSV(B)214.8º32.89%59.61%-
XYZ18.2319.2632.46-
YUV120.03146.04115.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.06%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 152 (59.77% from 255) = 40.32%
R=27.06%
G=32.63%
B=40.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021231520.330.1900.40214.819.6949.8
Hex667B982113028d71432
Octal14617323041230503272462
Binary11001101111011100110001000011001101010001101011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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