#678093

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

Shades of Slate Grey #678093

Tints of Slate Grey #678093

Color information

#678093 (or 0x678093) is unknown color: approx Slate Grey. HEX triplet: 67, 80 and 93. RGB value is (103,128,147). Sum of RGB (Red+Green+Blue) = 103+128+147=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #678093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678093 is #987F6C. Grayscale: #7A7A7A. Windows color (decimal): -9994093 or 9666663. OLE color: 9666663.

HSL color Cylindrical-coordinate representation of color #678093: hue angle of 205.91º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #678093 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB103128147-
CMYK0.300.1300.42
HSL205.91º17.6%49.02%-
HSV(B)205.91º29.93%57.65%-
XYZ18.5820.4330.57-
YUV122.69141.72113.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.25%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=27.25%
G=33.86%
B=38.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031281470.300.1300.42205.9117.649.02
Hex6780931ED02Ace1231
Octal14720022336150523162261
Binary1100111100000001001001111110110101010101100111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678093; }

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

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

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

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

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

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

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

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