#667B94

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

Shades of Slate Grey #667B94

Tints of Slate Grey #667B94

Color information

#667B94 (or 0x667B94) is unknown color: approx Slate Grey. HEX triplet: 66, 7B and 94. RGB value is (102,123,148). Sum of RGB (Red+Green+Blue) = 102+123+148=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #667B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667B94 is #99846B. Grayscale: #777777. Windows color (decimal): -10060908 or 9730918. OLE color: 9730918.

HSL color Cylindrical-coordinate representation of color #667B94: hue angle of 212.61º 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 #667B94 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB102123148-
CMYK0.310.1700.42
HSL212.61º18.4%49.02%-
HSV(B)212.61º31.08%58.04%-
XYZ17.9119.1330.77-
YUV119.57144.04115.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 123 (48.44% from 255) = 32.98%
BLUE value IS 148 (58.20% from 255) = 39.68%
R=27.35%
G=32.98%
B=39.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021231480.310.1700.42212.6118.449.02
Hex667B941F1102Ad51231
Octal14617322437210523252261
Binary1100110111101110010100111111000101010101101010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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