Html Css Color HEX #68809F Slate Grey

📋 copy color: '#68809F'

red 104 ◦ green 128 ◦ blue 159

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

Shades of Slate Grey #68809F

Tints of Slate Grey #68809F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.66%

R = 26.6%
G = 32.74%
B = 40.66%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68809F (or 0x68809F) is known color: Slate Grey. HEX triplet: 68, 80 and 9F. RGB value is (104,128,159). Sum of RGB (Red+Green+Blue) = 104+128+159=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #68809F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68809F is #977F60. Grayscale: #7C7C7C. Windows color (decimal): -9928545 or 10453096. OLE color: 10453096.

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

Color convert

RGB 104 128 159 -
CMYK 0.35 0.19 0 0.38
HSL 213.82º 0.22% 0.52% -
HSV(B) 213.82º 0.35% 0.62% -
XYZ 19.69 20.88 35.79 -
YUV 124.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 104 128 159 0.35 0.19 0 0.38 213.82 0.22 0.52
Hex 68 80 9F 23 13 0 26 D6 16 34
Octal 150 200 237 43 23 0 46 326 26 64
Binary 1101000 10000000 10011111 100011 10011 0 100110 11010110 10110 110100

Color Harmonies of #68809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68809F

Black with #68809F

Text Example


Text Example

White with #68809F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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