Html Css Color HEX #698E99 Horizon

📋 copy color: '#698E99'

red 105 ◦ green 142 ◦ blue 153

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

Shades of Horizon #698E99

Tints of Horizon #698E99

RGB

 RED value IS 105 (41.41% from 255) = 26.25%

 GREEN value IS 142 (55.86% from 255) = 35.5%

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

R = 26.25%
G = 35.5%
B = 38.25%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#698E99 (or 0x698E99) is known color: Horizon. HEX triplet: 69, 8E and 99. RGB value is (105,142,153). Sum of RGB (Red+Green+Blue) = 105+142+153=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 153 - color contains mainly: blue. Hex color #698E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698E99 is #967166. Grayscale: #848484. Windows color (decimal): -9859431 or 10063465. OLE color: 10063465.

HSL color Cylindrical-coordinate representation of color #698E99: hue angle of 193.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #698E99 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 142 153 -
CMYK 0.31 0.07 0 0.4
HSL 193.75º 0.19% 0.51% -
HSV(B) 193.75º 0.31% 0.6% -
XYZ 21.25 24.65 33.77 -
YUV 132.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 105 142 153 0.31 0.07 0 0.4 193.75 0.19 0.51
Hex 69 8E 99 1F 7 0 28 C2 13 33
Octal 151 216 231 37 7 0 50 302 23 63
Binary 1101001 10001110 10011001 11111 111 0 101000 11000010 10011 110011

Color Harmonies of #698E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698E99

Black with #698E99

Text Example


Text Example

White with #698E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698E99; }

 p { color: rgb(105,142,153); }

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

background-color css

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

 a { background-color: rgb(105,142,153); }

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

border-color css

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

 span { border-color: rgb(105,142,153); }

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