Html Css Color HEX #68809E Slate Grey

📋 copy color: '#68809E'

red 104 ◦ green 128 ◦ blue 158

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

Shades of Slate Grey #68809E

Tints of Slate Grey #68809E

RGB

 RED value IS 104 (41.02% from 255) = 26.67%

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

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 26.67%
G = 32.82%
B = 40.51%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68809E (or 0x68809E) is known color: Slate Grey. HEX triplet: 68, 80 and 9E. RGB value is (104,128,158). Sum of RGB (Red+Green+Blue) = 104+128+158=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #68809E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68809E is #977F61. Grayscale: #7C7C7C. Windows color (decimal): -9928546 or 10387560. OLE color: 10387560.

HSL color Cylindrical-coordinate representation of color #68809E: hue angle of 213.33º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68809E is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 128 158 -
CMYK 0.34 0.19 0 0.38
HSL 213.33º 0.22% 0.51% -
HSV(B) 213.33º 0.34% 0.62% -
XYZ 19.6 20.85 35.34 -
YUV 124.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 104 128 158 0.34 0.19 0 0.38 213.33 0.22 0.51
Hex 68 80 9E 22 13 0 26 D5 16 33
Octal 150 200 236 42 23 0 46 325 26 63
Binary 1101000 10000000 10011110 100010 10011 0 100110 11010101 10110 110011

Color Harmonies of #68809E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68809E

Black with #68809E

Text Example


Text Example

White with #68809E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68809E; }

 p { color: rgb(104,128,158); }

 H1.HeaderClassName
 {
   color: #68809E;
 }
 .AnyTagClassName
 {
   color: #68809E;
 }
</style>

background-color css

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

 a { background-color: rgb(104,128,158); }

 div.DivClassName
 {
   background-color: #68809E;
 }
 .BgClassName
 {
   background-color: #68809E;
 }
</style>

border-color css

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

 span { border-color: rgb(104,128,158); }

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