#698694

Color #698694 Horizon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horizon #698694

Tints of Horizon #698694

Color information

#698694 (or 0x698694) is unknown color: approx Horizon. HEX triplet: 69, 86 and 94. RGB value is (105,134,148). Sum of RGB (Red+Green+Blue) = 105+134+148=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 148 - color contains mainly: blue. Hex color #698694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698694 is #96796B. Grayscale: #7E7E7E. Windows color (decimal): -9861484 or 9733737. OLE color: 9733737.

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

Color convert

RGB105134148-
CMYK0.290.0900.42
HSL199.53º17%49.61%-
HSV(B)199.53º29.05%58.04%-
XYZ19.722.1931.26-
YUV126.92139.89112.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 134 (52.73% from 255) = 34.63%
BLUE value IS 148 (58.20% from 255) = 38.24%
R=27.13%
G=34.63%
B=38.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051341480.290.0900.42199.531749.61
Hex6986941D902Ac81132
Octal15120622435110523102162
Binary1101001100001101001010011101100101010101100100010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698694; }

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

 H1.HeaderClassName
 {
   color: #698694;
 }
 .AnyTagClassName
 {
   color: #698694;
 }
</style>
background-color css

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

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

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

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

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

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