Html Css Color HEX #68798D Slate Grey

📋 copy color: '#68798D'

red 104 ◦ green 121 ◦ blue 141

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

Shades of Slate Grey #68798D

Tints of Slate Grey #68798D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 28.42%
G = 33.06%
B = 38.52%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68798D (or 0x68798D) is known color: Slate Grey. HEX triplet: 68, 79 and 8D. RGB value is (104,121,141). Sum of RGB (Red+Green+Blue) = 104+121+141=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #68798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68798D is #978672. Grayscale: #767676. Windows color (decimal): -9930355 or 9271656. OLE color: 9271656.

HSL color Cylindrical-coordinate representation of color #68798D: hue angle of 212.43º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68798D is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 121 141 -
CMYK 0.26 0.14 0 0.45
HSL 212.43º 0.15% 0.48% -
HSV(B) 212.43º 0.26% 0.55% -
XYZ 17.35 18.54 27.86 -
YUV 118.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 104 121 141 0.26 0.14 0 0.45 212.43 0.15 0.48
Hex 68 79 8D 1A E 0 2D D4 F 30
Octal 150 171 215 32 16 0 55 324 17 60
Binary 1101000 1111001 10001101 11010 1110 0 101101 11010100 1111 110000

Color Harmonies of #68798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68798D

Black with #68798D

Text Example


Text Example

White with #68798D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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