Html Css Color HEX #68778A Slate Grey

📋 copy color: '#68778A'

red 104 ◦ green 119 ◦ blue 138

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

Shades of Slate Grey #68778A

Tints of Slate Grey #68778A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.96%

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

R = 28.81%
G = 32.96%
B = 38.23%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68778A (or 0x68778A) is known color: Slate Grey. HEX triplet: 68, 77 and 8A. RGB value is (104,119,138). Sum of RGB (Red+Green+Blue) = 104+119+138=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 138 - color contains mainly: blue. Hex color #68778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68778A is #978875. Grayscale: #747474. Windows color (decimal): -9930870 or 9074536. OLE color: 9074536.

HSL color Cylindrical-coordinate representation of color #68778A: hue angle of 213.53º 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 #68778A is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 119 138 -
CMYK 0.25 0.14 0 0.46
HSL 213.53º 0.14% 0.47% -
HSV(B) 213.53º 0.25% 0.54% -
XYZ 16.89 17.97 26.62 -
YUV 116.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 104 119 138 0.25 0.14 0 0.46 213.53 0.14 0.47
Hex 68 77 8A 19 E 0 2E D6 E 2F
Octal 150 167 212 31 16 0 56 326 16 57
Binary 1101000 1110111 10001010 11001 1110 0 101110 11010110 1110 101111

Color Harmonies of #68778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68778A

Black with #68778A

Text Example


Text Example

White with #68778A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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