Html Css Color HEX #698594 Horizon

📋 copy color: '#698594'

red 105 ◦ green 133 ◦ blue 148

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

Shades of Horizon #698594

Tints of Horizon #698594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.46%

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

R = 27.2%
G = 34.46%
B = 38.34%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#698594 (or 0x698594) is known color: Horizon. HEX triplet: 69, 85 and 94. RGB value is (105,133,148). Sum of RGB (Red+Green+Blue) = 105+133+148=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 148 - color contains mainly: blue. Hex color #698594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698594 is #967A6B. Grayscale: #7E7E7E. Windows color (decimal): -9861740 or 9733481. OLE color: 9733481.

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

Color convert

RGB 105 133 148 -
CMYK 0.29 0.10 0 0.42
HSL 200.93º 0.17% 0.5% -
HSV(B) 200.93º 0.29% 0.58% -
XYZ 19.56 21.92 31.22 -
YUV 126.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 105 133 148 0.29 0.10 0 0.42 200.93 0.17 0.5
Hex 69 85 94 1D A 0 2A C9 11 32
Octal 151 205 224 35 12 0 52 311 21 62
Binary 1101001 10000101 10010100 11101 1010 0 101010 11001001 10001 110010

Color Harmonies of #698594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698594

Black with #698594

Text Example


Text Example

White with #698594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698594; }

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

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

background-color css

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

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

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

border-color css

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

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

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