Html Css Color HEX #698797 Horizon

📋 copy color: '#698797'

red 105 ◦ green 135 ◦ blue 151

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

Shades of Horizon #698797

Tints of Horizon #698797

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.53%

 BLUE value IS 151 (59.38% from 255) = 38.62%

R = 26.85%
G = 34.53%
B = 38.62%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#698797 (or 0x698797) is known color: Horizon. HEX triplet: 69, 87 and 97. RGB value is (105,135,151). Sum of RGB (Red+Green+Blue) = 105+135+151=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 151 (59.38% from 255 or 38.62% from 391); Max value from RGB is 151 - color contains mainly: blue. Hex color #698797 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698797 is #967868. Grayscale: #7F7F7F. Windows color (decimal): -9861225 or 9930601. OLE color: 9930601.

HSL color Cylindrical-coordinate representation of color #698797: hue angle of 200.87º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #698797 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 135 151 -
CMYK 0.30 0.11 0 0.41
HSL 200.87º 0.18% 0.5% -
HSV(B) 200.87º 0.3% 0.59% -
XYZ 20.08 22.57 32.58 -
YUV 127.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 105 135 151 0.30 0.11 0 0.41 200.87 0.18 0.5
Hex 69 87 97 1E B 0 29 C9 12 32
Octal 151 207 227 36 13 0 51 311 22 62
Binary 1101001 10000111 10010111 11110 1011 0 101001 11001001 10010 110010

Color Harmonies of #698797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698797

Black with #698797

Text Example


Text Example

White with #698797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698797; }

 p { color: rgb(105,135,151); }

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

background-color css

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

 a { background-color: rgb(105,135,151); }

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

border-color css

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

 span { border-color: rgb(105,135,151); }

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