Html Css Color HEX #698492 Horizon

📋 copy color: '#698492'

red 105 ◦ green 132 ◦ blue 146

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

Shades of Horizon #698492

Tints of Horizon #698492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.12%

R = 27.42%
G = 34.46%
B = 38.12%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#698492 (or 0x698492) is known color: Horizon. HEX triplet: 69, 84 and 92. RGB value is (105,132,146). Sum of RGB (Red+Green+Blue) = 105+132+146=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 146 - color contains mainly: blue. Hex color #698492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698492 is #967B6D. Grayscale: #7D7D7D. Windows color (decimal): -9861998 or 9602153. OLE color: 9602153.

HSL color Cylindrical-coordinate representation of color #698492: hue angle of 200.49º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #698492 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 132 146 -
CMYK 0.28 0.10 0 0.43
HSL 200.49º 0.16% 0.49% -
HSV(B) 200.49º 0.28% 0.57% -
XYZ 19.27 21.58 30.34 -
YUV 125.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 105 132 146 0.28 0.10 0 0.43 200.49 0.16 0.49
Hex 69 84 92 1C A 0 2B C8 10 31
Octal 151 204 222 34 12 0 53 310 20 61
Binary 1101001 10000100 10010010 11100 1010 0 101011 11001000 10000 110001

Color Harmonies of #698492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698492

Black with #698492

Text Example


Text Example

White with #698492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698492; }

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

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

background-color css

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

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

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

border-color css

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

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

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