Html Css Color HEX #698793 Horizon

📋 copy color: '#698793'

red 105 ◦ green 135 ◦ blue 147

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

Shades of Horizon #698793

Tints of Horizon #698793

RGB

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

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

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

R = 27.13%
G = 34.88%
B = 37.98%

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

#698793 (or 0x698793) is known color: Horizon. HEX triplet: 69, 87 and 93. RGB value is (105,135,147). Sum of RGB (Red+Green+Blue) = 105+135+147=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: blue. Hex color #698793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698793 is #96786C. Grayscale: #7F7F7F. Windows color (decimal): -9861229 or 9668457. OLE color: 9668457.

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

Color convert

RGB 105 135 147 -
CMYK 0.29 0.08 0 0.42
HSL 197.14º 0.17% 0.49% -
HSV(B) 197.14º 0.29% 0.58% -
XYZ 19.76 22.44 30.89 -
YUV 127.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 105 135 147 0.29 0.08 0 0.42 197.14 0.17 0.49
Hex 69 87 93 1D 8 0 2A C5 11 31
Octal 151 207 223 35 10 0 52 305 21 61
Binary 1101001 10000111 10010011 11101 1000 0 101010 11000101 10001 110001

Color Harmonies of #698793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698793

Black with #698793

Text Example


Text Example

White with #698793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698793; }

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

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

background-color css

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

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

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

border-color css

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

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

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