Html Css Color HEX #68778F Slate Grey

📋 copy color: '#68778F'

red 104 ◦ green 119 ◦ blue 143

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

Shades of Slate Grey #68778F

Tints of Slate Grey #68778F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.07%

R = 28.42%
G = 32.51%
B = 39.07%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68778F (or 0x68778F) is known color: Slate Grey. HEX triplet: 68, 77 and 8F. RGB value is (104,119,143). Sum of RGB (Red+Green+Blue) = 104+119+143=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 143 - color contains mainly: blue. Hex color #68778F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68778F is #978870. Grayscale: #757575. Windows color (decimal): -9930865 or 9402216. OLE color: 9402216.

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

Color convert

RGB 104 119 143 -
CMYK 0.27 0.17 0 0.44
HSL 216.92º 0.16% 0.48% -
HSV(B) 216.92º 0.27% 0.56% -
XYZ 17.26 18.12 28.57 -
YUV 117.25 142.53 118.55 -
System Red Green Blue C M Y K H S L
Decimal 104 119 143 0.27 0.17 0 0.44 216.92 0.16 0.48
Hex 68 77 8F 1B 11 0 2C D9 10 30
Octal 150 167 217 33 21 0 54 331 20 60
Binary 1101000 1110111 10001111 11011 10001 0 101100 11011001 10000 110000

Color Harmonies of #68778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68778F

Black with #68778F

Text Example


Text Example

White with #68778F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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