#667F9B

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

Shades of Slate Grey #667F9B

Tints of Slate Grey #667F9B

Color information

#667F9B (or 0x667F9B) is unknown color: approx Slate Grey. HEX triplet: 66, 7F and 9B. RGB value is (102,127,155). Sum of RGB (Red+Green+Blue) = 102+127+155=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #667F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F9B is #998064. Grayscale: #7A7A7A. Windows color (decimal): -10059877 or 10190694. OLE color: 10190694.

HSL color Cylindrical-coordinate representation of color #667F9B: hue angle of 211.7º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #667F9B is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102127155-
CMYK0.340.1800.39
HSL211.7º20.95%50.39%-
HSV(B)211.7º34.19%60.78%-
XYZ18.9920.3733.94-
YUV122.72146.22113.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.56%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=26.56%
G=33.07%
B=40.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021271550.340.1800.39211.720.9550.39
Hex667F9B2212027d41532
Octal14617723342220473242562
Binary11001101111111100110111000101001001001111101010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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