Html Css Color HEX #68778D Slate Grey

📋 copy color: '#68778D'

red 104 ◦ green 119 ◦ blue 141

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

Shades of Slate Grey #68778D

Tints of Slate Grey #68778D

RGB

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

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

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

R = 28.57%
G = 32.69%
B = 38.74%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68778D (or 0x68778D) is known color: Slate Grey. HEX triplet: 68, 77 and 8D. RGB value is (104,119,141). Sum of RGB (Red+Green+Blue) = 104+119+141=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #68778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68778D is #978872. Grayscale: #747474. Windows color (decimal): -9930867 or 9271144. OLE color: 9271144.

HSL color Cylindrical-coordinate representation of color #68778D: hue angle of 215.68º 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 #68778D is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 119 141 -
CMYK 0.26 0.16 0 0.45
HSL 215.68º 0.15% 0.48% -
HSV(B) 215.68º 0.26% 0.55% -
XYZ 17.11 18.06 27.78 -
YUV 117.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 104 119 141 0.26 0.16 0 0.45 215.68 0.15 0.48
Hex 68 77 8D 1A 10 0 2D D8 F 30
Octal 150 167 215 32 20 0 55 330 17 60
Binary 1101000 1110111 10001101 11010 10000 0 101101 11011000 1111 110000

Color Harmonies of #68778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68778D

Black with #68778D

Text Example


Text Example

White with #68778D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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