#667F94

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

Shades of Slate Grey #667F94

Tints of Slate Grey #667F94

Color information

#667F94 (or 0x667F94) is unknown color: approx Slate Grey. HEX triplet: 66, 7F and 94. RGB value is (102,127,148). Sum of RGB (Red+Green+Blue) = 102+127+148=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 148 - color contains mainly: blue. Hex color #667F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F94 is #99806B. Grayscale: #797979. Windows color (decimal): -10059884 or 9731942. OLE color: 9731942.

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

Color convert

RGB102127148-
CMYK0.310.1400.42
HSL207.39º18.4%49.02%-
HSV(B)207.39º31.08%58.04%-
XYZ18.4120.1430.93-
YUV121.92142.72113.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.06%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 148 (58.20% from 255) = 39.26%
R=27.06%
G=33.69%
B=39.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021271480.310.1400.42207.3918.449.02
Hex667F941FE02Acf1231
Octal14617722437160523172261
Binary110011011111111001010011111111001010101100111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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