#678297

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

Shades of Slate Grey #678297

Tints of Slate Grey #678297

Color information

#678297 (or 0x678297) is unknown color: approx Slate Grey. HEX triplet: 67, 82 and 97. RGB value is (103,130,151). Sum of RGB (Red+Green+Blue) = 103+130+151=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 151 - color contains mainly: blue. Hex color #678297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678297 is #987D68. Grayscale: #7C7C7C. Windows color (decimal): -9993577 or 9929319. OLE color: 9929319.

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

Color convert

RGB103130151-
CMYK0.320.1400.41
HSL206.25º18.9%49.8%-
HSV(B)206.25º31.79%59.22%-
XYZ19.1621.0832.34-
YUV124.32143.05112.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.82%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 151 (59.38% from 255) = 39.32%
R=26.82%
G=33.85%
B=39.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031301510.320.1400.41206.2518.949.8
Hex67829720E029ce1332
Octal14720222740160513162362
Binary11001111000001010010111100000111001010011100111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678297; }

 p { color: rgb(103,130,151); }

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

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

 a { background-color: rgb(103,130,151); }

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

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

 span { border-color: rgb(103,130,151); }

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