Html Css Color HEX #698994 Horizon

📋 copy color: '#698994'

red 105 ◦ green 137 ◦ blue 148

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

Shades of Horizon #698994

Tints of Horizon #698994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.13%

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

R = 26.92%
G = 35.13%
B = 37.95%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#698994 (or 0x698994) is known color: Horizon. HEX triplet: 69, 89 and 94. RGB value is (105,137,148). Sum of RGB (Red+Green+Blue) = 105+137+148=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 148 - color contains mainly: blue. Hex color #698994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698994 is #96766B. Grayscale: #808080. Windows color (decimal): -9860716 or 9734505. OLE color: 9734505.

HSL color Cylindrical-coordinate representation of color #698994: hue angle of 195.35º 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 #698994 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 137 148 -
CMYK 0.29 0.07 0 0.42
HSL 195.35º 0.17% 0.5% -
HSV(B) 195.35º 0.29% 0.58% -
XYZ 20.12 23.03 31.4 -
YUV 128.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 105 137 148 0.29 0.07 0 0.42 195.35 0.17 0.5
Hex 69 89 94 1D 7 0 2A C3 11 32
Octal 151 211 224 35 7 0 52 303 21 62
Binary 1101001 10001001 10010100 11101 111 0 101010 11000011 10001 110010

Color Harmonies of #698994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698994

Black with #698994

Text Example


Text Example

White with #698994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698994; }

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

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

background-color css

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

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

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

border-color css

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

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

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