Html Css Color HEX #68788A Slate Grey

📋 copy color: '#68788A'

red 104 ◦ green 120 ◦ blue 138

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

Shades of Slate Grey #68788A

Tints of Slate Grey #68788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 28.73%
G = 33.15%
B = 38.12%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68788A (or 0x68788A) is known color: Slate Grey. HEX triplet: 68, 78 and 8A. RGB value is (104,120,138). Sum of RGB (Red+Green+Blue) = 104+120+138=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 138 - color contains mainly: blue. Hex color #68788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68788A is #978775. Grayscale: #757575. Windows color (decimal): -9930614 or 9074792. OLE color: 9074792.

HSL color Cylindrical-coordinate representation of color #68788A: hue angle of 211.76º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68788A is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 120 138 -
CMYK 0.25 0.13 0 0.46
HSL 211.76º 0.14% 0.47% -
HSV(B) 211.76º 0.25% 0.54% -
XYZ 17.01 18.21 26.66 -
YUV 117.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 104 120 138 0.25 0.13 0 0.46 211.76 0.14 0.47
Hex 68 78 8A 19 D 0 2E D4 E 2F
Octal 150 170 212 31 15 0 56 324 16 57
Binary 1101000 1111000 10001010 11001 1101 0 101110 11010100 1110 101111

Color Harmonies of #68788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68788A

Black with #68788A

Text Example


Text Example

White with #68788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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