#678196

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

Shades of Slate Grey #678196

Tints of Slate Grey #678196

Color information

#678196 (or 0x678196) is unknown color: approx Slate Grey. HEX triplet: 67, 81 and 96. RGB value is (103,129,150). Sum of RGB (Red+Green+Blue) = 103+129+150=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 150 - color contains mainly: blue. Hex color #678196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678196 is #987E69. Grayscale: #7B7B7B. Windows color (decimal): -9993834 or 9863527. OLE color: 9863527.

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

Color convert

RGB103129150-
CMYK0.310.1400.41
HSL206.81º18.58%49.61%-
HSV(B)206.81º31.33%58.82%-
XYZ18.9520.7931.87-
YUV123.62142.89113.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.96%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 150 (58.98% from 255) = 39.27%
R=26.96%
G=33.77%
B=39.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031291500.310.1400.41206.8118.5849.61
Hex6781961FE029cf1332
Octal14720122637160513172362
Binary1100111100000011001011011111111001010011100111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678196; }

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

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

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

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

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

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

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

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