Html Css Color HEX #698693 Horizon

📋 copy color: '#698693'

red 105 ◦ green 134 ◦ blue 147

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

Shades of Horizon #698693

Tints of Horizon #698693

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.72%

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

R = 27.2%
G = 34.72%
B = 38.08%

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

#698693 (or 0x698693) is known color: Horizon. HEX triplet: 69, 86 and 93. RGB value is (105,134,147). Sum of RGB (Red+Green+Blue) = 105+134+147=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 147 - color contains mainly: blue. Hex color #698693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698693 is #96796C. Grayscale: #7E7E7E. Windows color (decimal): -9861485 or 9668201. OLE color: 9668201.

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

Color convert

RGB 105 134 147 -
CMYK 0.29 0.09 0 0.42
HSL 198.57º 0.17% 0.49% -
HSV(B) 198.57º 0.29% 0.58% -
XYZ 19.62 22.16 30.85 -
YUV 126.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 105 134 147 0.29 0.09 0 0.42 198.57 0.17 0.49
Hex 69 86 93 1D 9 0 2A C7 11 31
Octal 151 206 223 35 11 0 52 307 21 61
Binary 1101001 10000110 10010011 11101 1001 0 101010 11000111 10001 110001

Color Harmonies of #698693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698693

Black with #698693

Text Example


Text Example

White with #698693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698693; }

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

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

background-color css

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

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

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

border-color css

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

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

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