Html Css Color HEX #678096 Slate Grey

📋 copy color: '#678096'

red 103 ◦ green 128 ◦ blue 150

#678096
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #678096

Tints of Slate Grey #678096

RGB

 RED value IS 103 (40.63% from 255) = 27.03%

 GREEN value IS 128 (50.39% from 255) = 33.6%

 BLUE value IS 150 (58.98% from 255) = 39.37%

R = 27.03%
G = 33.6%
B = 39.37%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#678096 (or 0x678096) is known color: 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

RGB 103 128 150 -
CMYK 0.31 0.15 0 0.41
HSL 208.09º 0.19% 0.5% -
HSV(B) 208.09º 0.31% 0.59% -
XYZ 18.82 20.52 31.82 -
YUV 123.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 103 128 150 0.31 0.15 0 0.41 208.09 0.19 0.5
Hex 67 80 96 1F F 0 29 D0 13 32
Octal 147 200 226 37 17 0 51 320 23 62
Binary 1100111 10000000 10010110 11111 1111 0 101001 11010000 10011 110010

Color Harmonies of #678096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678096

Black with #678096

Text Example


Text Example

White with #678096

Text Example


Text Example

HTML Codes & Css Web 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>