Html Css Color HEX #689099 Horizon

📋 copy color: '#689099'

red 104 ◦ green 144 ◦ blue 153

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

Shades of Horizon #689099

Tints of Horizon #689099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.91%

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

R = 25.94%
G = 35.91%
B = 38.15%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#689099 (or 0x689099) is known color: Horizon. HEX triplet: 68, 90 and 99. RGB value is (104,144,153). Sum of RGB (Red+Green+Blue) = 104+144+153=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #689099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689099 is #976F66. Grayscale: #848484. Windows color (decimal): -9924455 or 10063976. OLE color: 10063976.

HSL color Cylindrical-coordinate representation of color #689099: hue angle of 191.02º 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 #689099 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 144 153 -
CMYK 0.32 0.06 0 0.4
HSL 191.02º 0.19% 0.5% -
HSV(B) 191.02º 0.32% 0.6% -
XYZ 21.43 25.19 33.87 -
YUV 133.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 104 144 153 0.32 0.06 0 0.4 191.02 0.19 0.5
Hex 68 90 99 20 6 0 28 BF 13 32
Octal 150 220 231 40 6 0 50 277 23 62
Binary 1101000 10010000 10011001 100000 110 0 101000 10111111 10011 110010

Color Harmonies of #689099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689099

Black with #689099

Text Example


Text Example

White with #689099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689099; }

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

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

background-color css

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

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

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

border-color css

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

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

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