Html Css Color HEX #698794 Horizon

📋 copy color: '#698794'

red 105 ◦ green 135 ◦ blue 148

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

Shades of Horizon #698794

Tints of Horizon #698794

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.79%

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

R = 27.06%
G = 34.79%
B = 38.14%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#698794 (or 0x698794) is known color: Horizon. HEX triplet: 69, 87 and 94. RGB value is (105,135,148). Sum of RGB (Red+Green+Blue) = 105+135+148=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 148 - color contains mainly: blue. Hex color #698794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698794 is #96786B. Grayscale: #7F7F7F. Windows color (decimal): -9861228 or 9733993. OLE color: 9733993.

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

Color convert

RGB 105 135 148 -
CMYK 0.29 0.09 0 0.42
HSL 198.14º 0.17% 0.5% -
HSV(B) 198.14º 0.29% 0.58% -
XYZ 19.83 22.47 31.31 -
YUV 127.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 105 135 148 0.29 0.09 0 0.42 198.14 0.17 0.5
Hex 69 87 94 1D 9 0 2A C6 11 32
Octal 151 207 224 35 11 0 52 306 21 62
Binary 1101001 10000111 10010100 11101 1001 0 101010 11000110 10001 110010

Color Harmonies of #698794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698794

Black with #698794

Text Example


Text Example

White with #698794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698794; }

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

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

background-color css

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

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

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

border-color css

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

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

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