Html Css Color HEX #68809C Slate Grey

📋 copy color: '#68809C'

red 104 ◦ green 128 ◦ blue 156

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

Shades of Slate Grey #68809C

Tints of Slate Grey #68809C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.21%

R = 26.8%
G = 32.99%
B = 40.21%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68809C (or 0x68809C) is known color: Slate Grey. HEX triplet: 68, 80 and 9C. RGB value is (104,128,156). Sum of RGB (Red+Green+Blue) = 104+128+156=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #68809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68809C is #977F63. Grayscale: #7B7B7B. Windows color (decimal): -9928548 or 10256488. OLE color: 10256488.

HSL color Cylindrical-coordinate representation of color #68809C: hue angle of 212.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68809C is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 128 156 -
CMYK 0.33 0.18 0 0.39
HSL 212.31º 0.21% 0.51% -
HSV(B) 212.31º 0.33% 0.61% -
XYZ 19.43 20.78 34.44 -
YUV 124.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 104 128 156 0.33 0.18 0 0.39 212.31 0.21 0.51
Hex 68 80 9C 21 12 0 27 D4 15 33
Octal 150 200 234 41 22 0 47 324 25 63
Binary 1101000 10000000 10011100 100001 10010 0 100111 11010100 10101 110011

Color Harmonies of #68809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68809C

Black with #68809C

Text Example


Text Example

White with #68809C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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