Html Css Color HEX #688595 Horizon

📋 copy color: '#688595'

red 104 ◦ green 133 ◦ blue 149

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

Shades of Horizon #688595

Tints of Horizon #688595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.46%

 BLUE value IS 149 (58.59% from 255) = 38.6%

R = 26.94%
G = 34.46%
B = 38.6%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#688595 (or 0x688595) is known color: Horizon. HEX triplet: 68, 85 and 95. RGB value is (104,133,149). Sum of RGB (Red+Green+Blue) = 104+133+149=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #688595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688595 is #977A6A. Grayscale: #7E7E7E. Windows color (decimal): -9927275 or 9799016. OLE color: 9799016.

HSL color Cylindrical-coordinate representation of color #688595: hue angle of 201.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #688595 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 133 149 -
CMYK 0.30 0.11 0 0.42
HSL 201.33º 0.18% 0.5% -
HSV(B) 201.33º 0.3% 0.58% -
XYZ 19.52 21.89 31.63 -
YUV 126.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 104 133 149 0.30 0.11 0 0.42 201.33 0.18 0.5
Hex 68 85 95 1E B 0 2A C9 12 32
Octal 150 205 225 36 13 0 52 311 22 62
Binary 1101000 10000101 10010101 11110 1011 0 101010 11001001 10010 110010

Color Harmonies of #688595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688595

Black with #688595

Text Example


Text Example

White with #688595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688595; }

 p { color: rgb(104,133,149); }

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

background-color css

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

 a { background-color: rgb(104,133,149); }

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

border-color css

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

 span { border-color: rgb(104,133,149); }

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