Html Css Color HEX #698894 Horizon

📋 copy color: '#698894'

red 105 ◦ green 136 ◦ blue 148

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

Shades of Horizon #698894

Tints of Horizon #698894

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.96%

 BLUE value IS 148 (58.2% from 255) = 38.05%

R = 26.99%
G = 34.96%
B = 38.05%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#698894 (or 0x698894) is known color: Horizon. HEX triplet: 69, 88 and 94. RGB value is (105,136,148). Sum of RGB (Red+Green+Blue) = 105+136+148=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 148 - color contains mainly: blue. Hex color #698894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698894 is #96776B. Grayscale: #808080. Windows color (decimal): -9860972 or 9734249. OLE color: 9734249.

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

Color convert

RGB 105 136 148 -
CMYK 0.29 0.08 0 0.42
HSL 196.74º 0.17% 0.5% -
HSV(B) 196.74º 0.29% 0.58% -
XYZ 19.98 22.75 31.36 -
YUV 128.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 105 136 148 0.29 0.08 0 0.42 196.74 0.17 0.5
Hex 69 88 94 1D 8 0 2A C5 11 32
Octal 151 210 224 35 10 0 52 305 21 62
Binary 1101001 10001000 10010100 11101 1000 0 101010 11000101 10001 110010

Color Harmonies of #698894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698894

Black with #698894

Text Example


Text Example

White with #698894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698894; }

 p { color: rgb(105,136,148); }

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

background-color css

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

 a { background-color: rgb(105,136,148); }

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

border-color css

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

 span { border-color: rgb(105,136,148); }

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