Html Css Color HEX #698495 Horizon

📋 copy color: '#698495'

red 105 ◦ green 132 ◦ blue 149

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

Shades of Horizon #698495

Tints of Horizon #698495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.2%

 BLUE value IS 149 (58.59% from 255) = 38.6%

R = 27.2%
G = 34.2%
B = 38.6%

CMYK

 C value IS 0.30

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#698495 (or 0x698495) is known color: Horizon. HEX triplet: 69, 84 and 95. RGB value is (105,132,149). Sum of RGB (Red+Green+Blue) = 105+132+149=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 149 - color contains mainly: blue. Hex color #698495 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698495 is #967B6A. Grayscale: #7D7D7D. Windows color (decimal): -9861995 or 9798761. OLE color: 9798761.

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

Color convert

RGB 105 132 149 -
CMYK 0.30 0.11 0 0.42
HSL 203.18º 0.17% 0.5% -
HSV(B) 203.18º 0.3% 0.58% -
XYZ 19.5 21.68 31.59 -
YUV 125.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 105 132 149 0.30 0.11 0 0.42 203.18 0.17 0.5
Hex 69 84 95 1E B 0 2A CB 11 32
Octal 151 204 225 36 13 0 52 313 21 62
Binary 1101001 10000100 10010101 11110 1011 0 101010 11001011 10001 110010

Color Harmonies of #698495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698495

Black with #698495

Text Example


Text Example

White with #698495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698495; }

 p { color: rgb(105,132,149); }

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

background-color css

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

 a { background-color: rgb(105,132,149); }

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

border-color css

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

 span { border-color: rgb(105,132,149); }

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