Html Css Color HEX #698D99 Horizon

📋 copy color: '#698D99'

red 105 ◦ green 141 ◦ blue 153

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

Shades of Horizon #698D99

Tints of Horizon #698D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.34%

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

R = 26.32%
G = 35.34%
B = 38.35%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#698D99 (or 0x698D99) is known color: Horizon. HEX triplet: 69, 8D and 99. RGB value is (105,141,153). Sum of RGB (Red+Green+Blue) = 105+141+153=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #698D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698D99 is #967266. Grayscale: #838383. Windows color (decimal): -9859687 or 10063209. OLE color: 10063209.

HSL color Cylindrical-coordinate representation of color #698D99: hue angle of 195º 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 #698D99 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 141 153 -
CMYK 0.31 0.08 0 0.4
HSL 195º 0.19% 0.51% -
HSV(B) 195º 0.31% 0.6% -
XYZ 21.1 24.35 33.73 -
YUV 131.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 105 141 153 0.31 0.08 0 0.4 195 0.19 0.51
Hex 69 8D 99 1F 8 0 28 C3 13 33
Octal 151 215 231 37 10 0 50 303 23 63
Binary 1101001 10001101 10011001 11111 1000 0 101000 11000011 10011 110011

Color Harmonies of #698D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698D99

Black with #698D99

Text Example


Text Example

White with #698D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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