#667A94

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

Shades of Slate Grey #667A94

Tints of Slate Grey #667A94

Color information

#667A94 (or 0x667A94) is unknown color: approx Slate Grey. HEX triplet: 66, 7A and 94. RGB value is (102,122,148). Sum of RGB (Red+Green+Blue) = 102+122+148=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 148 - color contains mainly: blue. Hex color #667A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667A94 is #99856B. Grayscale: #767676. Windows color (decimal): -10061164 or 9730662. OLE color: 9730662.

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

Color convert

RGB102122148-
CMYK0.310.1800.42
HSL213.91º18.4%49.02%-
HSV(B)213.91º31.08%58.04%-
XYZ17.7818.8830.72-
YUV118.98144.37115.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.42%
GREEN value IS 122 (48.05% from 255) = 32.80%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=27.42%
G=32.80%
B=39.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021221480.310.1800.42213.9118.449.02
Hex667A941F1202Ad61231
Octal14617222437220523262261
Binary1100110111101010010100111111001001010101101011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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