Html Css Color HEX #698493 Horizon

📋 copy color: '#698493'

red 105 ◦ green 132 ◦ blue 147

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

Shades of Horizon #698493

Tints of Horizon #698493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.28%

R = 27.34%
G = 34.38%
B = 38.28%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#698493 (or 0x698493) is known color: Horizon. HEX triplet: 69, 84 and 93. RGB value is (105,132,147). Sum of RGB (Red+Green+Blue) = 105+132+147=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #698493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698493 is #967B6C. Grayscale: #7D7D7D. Windows color (decimal): -9861997 or 9667689. OLE color: 9667689.

HSL color Cylindrical-coordinate representation of color #698493: hue angle of 201.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #698493 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 132 147 -
CMYK 0.29 0.10 0 0.42
HSL 201.43º 0.17% 0.49% -
HSV(B) 201.43º 0.29% 0.58% -
XYZ 19.34 21.61 30.76 -
YUV 125.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 105 132 147 0.29 0.10 0 0.42 201.43 0.17 0.49
Hex 69 84 93 1D A 0 2A C9 11 31
Octal 151 204 223 35 12 0 52 311 21 61
Binary 1101001 10000100 10010011 11101 1010 0 101010 11001001 10001 110001

Color Harmonies of #698493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698493

Black with #698493

Text Example


Text Example

White with #698493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698493; }

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

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

background-color css

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

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

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

border-color css

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

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

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