#678096

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

Shades of Slate Grey #678096

Tints of Slate Grey #678096

Color information

#678096 (or 0x678096) is unknown color: approx Slate Grey. HEX triplet: 67, 80 and 96. RGB value is (103,128,150). Sum of RGB (Red+Green+Blue) = 103+128+150=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 150 - color contains mainly: blue. Hex color #678096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678096 is #987F69. Grayscale: #7A7A7A. Windows color (decimal): -9994090 or 9863271. OLE color: 9863271.

HSL color Cylindrical-coordinate representation of color #678096: hue angle of 208.09º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #678096 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB103128150-
CMYK0.310.1500.41
HSL208.09º18.58%49.61%-
HSV(B)208.09º31.33%58.82%-
XYZ18.8220.5231.82-
YUV123.03143.22113.71-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.03%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 150 (58.98% from 255) = 39.37%
R=27.03%
G=33.60%
B=39.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031281500.310.1500.41208.0918.5849.61
Hex6780961FF029d01332
Octal14720022637170513202362
Binary1100111100000001001011011111111101010011101000010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678096; }

 p { color: rgb(103,128,150); }

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

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

 a { background-color: rgb(103,128,150); }

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

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

 span { border-color: rgb(103,128,150); }

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