Html Css Color HEX #68798F Slate Grey

📋 copy color: '#68798F'

red 104 ◦ green 121 ◦ blue 143

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

Shades of Slate Grey #68798F

Tints of Slate Grey #68798F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.88%

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 28.26%
G = 32.88%
B = 38.86%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68798F (or 0x68798F) is known color: Slate Grey. HEX triplet: 68, 79 and 8F. RGB value is (104,121,143). Sum of RGB (Red+Green+Blue) = 104+121+143=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 143 - color contains mainly: blue. Hex color #68798F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68798F is #978670. Grayscale: #767676. Windows color (decimal): -9930353 or 9402728. OLE color: 9402728.

HSL color Cylindrical-coordinate representation of color #68798F: hue angle of 213.85º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68798F is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 121 143 -
CMYK 0.27 0.15 0 0.44
HSL 213.85º 0.16% 0.48% -
HSV(B) 213.85º 0.27% 0.56% -
XYZ 17.5 18.6 28.65 -
YUV 118.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 104 121 143 0.27 0.15 0 0.44 213.85 0.16 0.48
Hex 68 79 8F 1B F 0 2C D6 10 30
Octal 150 171 217 33 17 0 54 326 20 60
Binary 1101000 1111001 10001111 11011 1111 0 101100 11010110 10000 110000

Color Harmonies of #68798F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68798F

Black with #68798F

Text Example


Text Example

White with #68798F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,121,143); }

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

background-color css

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

 a { background-color: rgb(104,121,143); }

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

border-color css

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

 span { border-color: rgb(104,121,143); }

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