Html Css Color HEX #688092 Slate Grey

📋 copy color: '#688092'

red 104 ◦ green 128 ◦ blue 146

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

Shades of Slate Grey #688092

Tints of Slate Grey #688092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.86%

 BLUE value IS 146 (57.42% from 255) = 38.62%

R = 27.51%
G = 33.86%
B = 38.62%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#688092 (or 0x688092) is known color: Slate Grey. HEX triplet: 68, 80 and 92. RGB value is (104,128,146). Sum of RGB (Red+Green+Blue) = 104+128+146=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 146 - color contains mainly: blue. Hex color #688092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688092 is #977F6D. Grayscale: #7A7A7A. Windows color (decimal): -9928558 or 9601128. OLE color: 9601128.

HSL color Cylindrical-coordinate representation of color #688092: hue angle of 205.71º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #688092 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 128 146 -
CMYK 0.29 0.12 0 0.43
HSL 205.71º 0.17% 0.49% -
HSV(B) 205.71º 0.29% 0.57% -
XYZ 18.62 20.46 30.16 -
YUV 122.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 104 128 146 0.29 0.12 0 0.43 205.71 0.17 0.49
Hex 68 80 92 1D C 0 2B CE 11 31
Octal 150 200 222 35 14 0 53 316 21 61
Binary 1101000 10000000 10010010 11101 1100 0 101011 11001110 10001 110001

Color Harmonies of #688092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688092

Black with #688092

Text Example


Text Example

White with #688092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688092; }

 p { color: rgb(104,128,146); }

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

background-color css

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

 a { background-color: rgb(104,128,146); }

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

border-color css

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

 span { border-color: rgb(104,128,146); }

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