Html Css Color HEX #68829D Slate Grey

📋 copy color: '#68829D'

red 104 ◦ green 130 ◦ blue 157

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

Shades of Slate Grey #68829D

Tints of Slate Grey #68829D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.25%

 BLUE value IS 157 (61.72% from 255) = 40.15%

R = 26.6%
G = 33.25%
B = 40.15%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68829D (or 0x68829D) is known color: Slate Grey. HEX triplet: 68, 82 and 9D. RGB value is (104,130,157). Sum of RGB (Red+Green+Blue) = 104+130+157=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #68829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68829D is #977D62. Grayscale: #7D7D7D. Windows color (decimal): -9928035 or 10322536. OLE color: 10322536.

HSL color Cylindrical-coordinate representation of color #68829D: hue angle of 210.57º degrees, saturation: 0.21, 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 #68829D is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 130 157 -
CMYK 0.34 0.17 0 0.38
HSL 210.57º 0.21% 0.51% -
HSV(B) 210.57º 0.34% 0.62% -
XYZ 19.78 21.34 34.98 -
YUV 125.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 104 130 157 0.34 0.17 0 0.38 210.57 0.21 0.51
Hex 68 82 9D 22 11 0 26 D3 15 33
Octal 150 202 235 42 21 0 46 323 25 63
Binary 1101000 10000010 10011101 100010 10001 0 100110 11010011 10101 110011

Color Harmonies of #68829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68829D

Black with #68829D

Text Example


Text Example

White with #68829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68829D; }

 p { color: rgb(104,130,157); }

 H1.HeaderClassName
 {
   color: #68829D;
 }
 .AnyTagClassName
 {
   color: #68829D;
 }
</style>

background-color css

<style>
 a { background-color: #68829D; }

 a { background-color: rgb(104,130,157); }

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

border-color css

<style>
 span { border-color: #68829D; }

 span { border-color: rgb(104,130,157); }

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