Html Css Color HEX #68819E Slate Grey

📋 copy color: '#68819E'

red 104 ◦ green 129 ◦ blue 158

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

Shades of Slate Grey #68819E

Tints of Slate Grey #68819E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.99%

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

R = 26.6%
G = 32.99%
B = 40.41%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68819E (or 0x68819E) is known color: Slate Grey. HEX triplet: 68, 81 and 9E. RGB value is (104,129,158). Sum of RGB (Red+Green+Blue) = 104+129+158=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #68819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68819E is #977E61. Grayscale: #7C7C7C. Windows color (decimal): -9928290 or 10387816. OLE color: 10387816.

HSL color Cylindrical-coordinate representation of color #68819E: hue angle of 212.22º 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 #68819E is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 129 158 -
CMYK 0.34 0.18 0 0.38
HSL 212.22º 0.22% 0.51% -
HSV(B) 212.22º 0.34% 0.62% -
XYZ 19.73 21.11 35.38 -
YUV 124.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 104 129 158 0.34 0.18 0 0.38 212.22 0.22 0.51
Hex 68 81 9E 22 12 0 26 D4 16 33
Octal 150 201 236 42 22 0 46 324 26 63
Binary 1101000 10000001 10011110 100010 10010 0 100110 11010100 10110 110011

Color Harmonies of #68819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68819E

Black with #68819E

Text Example


Text Example

White with #68819E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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