Html Css Color HEX #698B99 Horizon

📋 copy color: '#698B99'

red 105 ◦ green 139 ◦ blue 153

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

Shades of Horizon #698B99

Tints of Horizon #698B99

RGB

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

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

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

R = 26.45%
G = 35.01%
B = 38.54%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#698B99 (or 0x698B99) is known color: Horizon. HEX triplet: 69, 8B and 99. RGB value is (105,139,153). Sum of RGB (Red+Green+Blue) = 105+139+153=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 153 - color contains mainly: blue. Hex color #698B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698B99 is #967466. Grayscale: #828282. Windows color (decimal): -9860199 or 10062697. OLE color: 10062697.

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

Color convert

RGB 105 139 153 -
CMYK 0.31 0.09 0 0.4
HSL 197.5º 0.19% 0.51% -
HSV(B) 197.5º 0.31% 0.6% -
XYZ 20.81 23.77 33.63 -
YUV 130.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 105 139 153 0.31 0.09 0 0.4 197.5 0.19 0.51
Hex 69 8B 99 1F 9 0 28 C6 13 33
Octal 151 213 231 37 11 0 50 306 23 63
Binary 1101001 10001011 10011001 11111 1001 0 101000 11000110 10011 110011

Color Harmonies of #698B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698B99

Black with #698B99

Text Example


Text Example

White with #698B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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