Html Css Color HEX #68788E Slate Grey

📋 copy color: '#68788E'

red 104 ◦ green 120 ◦ blue 142

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

Shades of Slate Grey #68788E

Tints of Slate Grey #68788E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.79%

 BLUE value IS 142 (55.86% from 255) = 38.8%

R = 28.42%
G = 32.79%
B = 38.8%

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

#68788E (or 0x68788E) is known color: Slate Grey. HEX triplet: 68, 78 and 8E. RGB value is (104,120,142). Sum of RGB (Red+Green+Blue) = 104+120+142=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #68788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68788E is #978771. Grayscale: #757575. Windows color (decimal): -9930610 or 9336936. OLE color: 9336936.

HSL color Cylindrical-coordinate representation of color #68788E: hue angle of 214.74º degrees, saturation: 0.15, 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 #68788E is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 120 142 -
CMYK 0.27 0.15 0 0.44
HSL 214.74º 0.15% 0.48% -
HSV(B) 214.74º 0.27% 0.56% -
XYZ 17.31 18.33 28.22 -
YUV 117.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 104 120 142 0.27 0.15 0 0.44 214.74 0.15 0.48
Hex 68 78 8E 1B F 0 2C D7 F 30
Octal 150 170 216 33 17 0 54 327 17 60
Binary 1101000 1111000 10001110 11011 1111 0 101100 11010111 1111 110000

Color Harmonies of #68788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68788E

Black with #68788E

Text Example


Text Example

White with #68788E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,120,142); }

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

background-color css

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

 a { background-color: rgb(104,120,142); }

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

border-color css

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

 span { border-color: rgb(104,120,142); }

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