#667B9B

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

Shades of Slate Grey #667B9B

Tints of Slate Grey #667B9B

Color information

#667B9B (or 0x667B9B) is unknown color: approx Slate Grey. HEX triplet: 66, 7B and 9B. RGB value is (102,123,155). Sum of RGB (Red+Green+Blue) = 102+123+155=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #667B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667B9B is #998464. Grayscale: #787878. Windows color (decimal): -10060901 or 10189670. OLE color: 10189670.

HSL color Cylindrical-coordinate representation of color #667B9B: hue angle of 216.23º 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 #667B9B is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102123155-
CMYK0.340.2100.39
HSL216.23º20.95%50.39%-
HSV(B)216.23º34.19%60.78%-
XYZ18.4819.3633.77-
YUV120.37147.54114.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.84%
GREEN value IS 123 (48.44% from 255) = 32.37%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=26.84%
G=32.37%
B=40.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021231550.340.2100.39216.2320.9550.39
Hex667B9B2215027d81532
Octal14617323342250473302562
Binary11001101111011100110111000101010101001111101100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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