Html Css Color HEX #698C99 Horizon

📋 copy color: '#698C99'

red 105 ◦ green 140 ◦ blue 153

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

Shades of Horizon #698C99

Tints of Horizon #698C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

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

R = 26.38%
G = 35.18%
B = 38.44%

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

#698C99 (or 0x698C99) is known color: Horizon. HEX triplet: 69, 8C and 99. RGB value is (105,140,153). Sum of RGB (Red+Green+Blue) = 105+140+153=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 153 - color contains mainly: blue. Hex color #698C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698C99 is #967366. Grayscale: #828282. Windows color (decimal): -9859943 or 10062953. OLE color: 10062953.

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

Color convert

RGB 105 140 153 -
CMYK 0.31 0.08 0 0.4
HSL 196.25º 0.19% 0.51% -
HSV(B) 196.25º 0.31% 0.6% -
XYZ 20.95 24.06 33.68 -
YUV 131.02 140.4 109.44 -
System Red Green Blue C M Y K H S L
Decimal 105 140 153 0.31 0.08 0 0.4 196.25 0.19 0.51
Hex 69 8C 99 1F 8 0 28 C4 13 33
Octal 151 214 231 37 10 0 50 304 23 63
Binary 1101001 10001100 10011001 11111 1000 0 101000 11000100 10011 110011

Color Harmonies of #698C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698C99

Black with #698C99

Text Example


Text Example

White with #698C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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