#667A98

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

Shades of Slate Grey #667A98

Tints of Slate Grey #667A98

Color information

#667A98 (or 0x667A98) is unknown color: approx Slate Grey. HEX triplet: 66, 7A and 98. RGB value is (102,122,152). Sum of RGB (Red+Green+Blue) = 102+122+152=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #667A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667A98 is #998567. Grayscale: #777777. Windows color (decimal): -10061160 or 9992806. OLE color: 9992806.

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

Color convert

RGB102122152-
CMYK0.330.2000.40
HSL216º19.69%49.8%-
HSV(B)216º32.89%59.61%-
XYZ18.1119.0132.42-
YUV119.44146.37115.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 152 (59.77% from 255) = 40.43%
R=27.13%
G=32.45%
B=40.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021221520.330.2000.4021619.6949.8
Hex667A982114028d81432
Octal14617223041240503302462
Binary11001101111010100110001000011010001010001101100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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