#649298

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

Shades of Horizon #649298

Tints of Horizon #649298

Color information

#649298 (or 0x649298) is unknown color: approx Horizon. HEX triplet: 64, 92 and 98. RGB value is (100,146,152). Sum of RGB (Red+Green+Blue) = 100+146+152=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #649298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649298 is #9B6D67. Grayscale: #848484. Windows color (decimal): -10186088 or 9998948. OLE color: 9998948.

HSL color Cylindrical-coordinate representation of color #649298: hue angle of 186.92º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649298 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB100146152-
CMYK0.340.0400.40
HSL186.92º20.63%49.41%-
HSV(B)186.92º34.21%59.61%-
XYZ21.225.5333.52-
YUV132.93138.76104.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.13%
GREEN value IS 146 (57.42% from 255) = 36.68%
BLUE value IS 152 (59.77% from 255) = 38.19%
R=25.13%
G=36.68%
B=38.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001461520.340.0400.40186.9220.6349.41
Hex649298224028bb1531
Octal1442222304240502732561
Binary1100100100100101001100010001010001010001011101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649298; }

 p { color: rgb(100,146,152); }

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

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

 a { background-color: rgb(100,146,152); }

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

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

 span { border-color: rgb(100,146,152); }

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