Html Css Color HEX #688B99 Horizon

📋 copy color: '#688B99'

red 104 ◦ green 139 ◦ blue 153

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

Shades of Horizon #688B99

Tints of Horizon #688B99

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.1%

 BLUE value IS 153 (60.16% from 255) = 38.64%

R = 26.26%
G = 35.1%
B = 38.64%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#688B99 (or 0x688B99) is known color: Horizon. HEX triplet: 68, 8B and 99. RGB value is (104,139,153). Sum of RGB (Red+Green+Blue) = 104+139+153=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #688B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688B99 is #977466. Grayscale: #828282. Windows color (decimal): -9925735 or 10062696. OLE color: 10062696.

HSL color Cylindrical-coordinate representation of color #688B99: hue angle of 197.14º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #688B99 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 139 153 -
CMYK 0.32 0.09 0 0.4
HSL 197.14º 0.19% 0.5% -
HSV(B) 197.14º 0.32% 0.6% -
XYZ 20.69 23.71 33.62 -
YUV 130.13 140.9 109.36 -
System Red Green Blue C M Y K H S L
Decimal 104 139 153 0.32 0.09 0 0.4 197.14 0.19 0.5
Hex 68 8B 99 20 9 0 28 C5 13 32
Octal 150 213 231 40 11 0 50 305 23 62
Binary 1101000 10001011 10011001 100000 1001 0 101000 11000101 10011 110010

Color Harmonies of #688B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B99

Black with #688B99

Text Example


Text Example

White with #688B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688B99; }

 p { color: rgb(104,139,153); }

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

background-color css

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

 a { background-color: rgb(104,139,153); }

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

border-color css

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

 span { border-color: rgb(104,139,153); }

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