Html Css Color HEX #688897 Horizon

📋 copy color: '#688897'

red 104 ◦ green 136 ◦ blue 151

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

Shades of Horizon #688897

Tints of Horizon #688897

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.78%

 BLUE value IS 151 (59.38% from 255) = 38.62%

R = 26.6%
G = 34.78%
B = 38.62%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#688897 (or 0x688897) is known color: Horizon. HEX triplet: 68, 88 and 97. RGB value is (104,136,151). Sum of RGB (Red+Green+Blue) = 104+136+151=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 151 - color contains mainly: blue. Hex color #688897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688897 is #977768. Grayscale: #808080. Windows color (decimal): -9926505 or 9930856. OLE color: 9930856.

HSL color Cylindrical-coordinate representation of color #688897: hue angle of 199.15º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #688897 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 136 151 -
CMYK 0.31 0.10 0 0.41
HSL 199.15º 0.18% 0.5% -
HSV(B) 199.15º 0.31% 0.59% -
XYZ 20.1 22.79 32.62 -
YUV 128.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 104 136 151 0.31 0.10 0 0.41 199.15 0.18 0.5
Hex 68 88 97 1F A 0 29 C7 12 32
Octal 150 210 227 37 12 0 51 307 22 62
Binary 1101000 10001000 10010111 11111 1010 0 101001 11000111 10010 110010

Color Harmonies of #688897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688897

Black with #688897

Text Example


Text Example

White with #688897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688897; }

 p { color: rgb(104,136,151); }

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

background-color css

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

 a { background-color: rgb(104,136,151); }

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

border-color css

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

 span { border-color: rgb(104,136,151); }

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