#649098

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

Shades of Horizon #649098

Tints of Horizon #649098

Color information

#649098 (or 0x649098) is unknown color: approx Horizon. HEX triplet: 64, 90 and 98. RGB value is (100,144,152). Sum of RGB (Red+Green+Blue) = 100+144+152=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #649098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649098 is #9B6F67. Grayscale: #838383. Windows color (decimal): -10186600 or 9998436. OLE color: 9998436.

HSL color Cylindrical-coordinate representation of color #649098: hue angle of 189.23º 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 #649098 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB100144152-
CMYK0.340.0500.40
HSL189.23º20.63%49.41%-
HSV(B)189.23º34.21%59.61%-
XYZ20.924.9233.42-
YUV131.76139.42105.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.25%
GREEN value IS 144 (56.64% from 255) = 36.36%
BLUE value IS 152 (59.77% from 255) = 38.38%
R=25.25%
G=36.36%
B=38.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001441520.340.0500.40189.2320.6349.41
Hex649098225028bd1531
Octal1442202304250502752561
Binary1100100100100001001100010001010101010001011110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649098; }

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

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

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

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

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

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

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

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