#648596

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

Shades of Horizon #648596

Tints of Horizon #648596

Color information

#648596 (or 0x648596) is unknown color: approx Horizon. HEX triplet: 64, 85 and 96. RGB value is (100,133,150). Sum of RGB (Red+Green+Blue) = 100+133+150=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #648596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648596 is #9B7A69. Grayscale: #7C7C7C. Windows color (decimal): -10189418 or 9864548. OLE color: 9864548.

HSL color Cylindrical-coordinate representation of color #648596: hue angle of 200.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #648596 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB100133150-
CMYK0.330.1100.41
HSL200.4º20%49.02%-
HSV(B)200.4º33.33%58.82%-
XYZ19.1521.6932.03-
YUV125.07142.07110.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 150 (58.98% from 255) = 39.16%
R=26.11%
G=34.73%
B=39.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001331500.330.1100.41200.42049.02
Hex64859621B029c81431
Octal14420522641130513102461
Binary11001001000010110010110100001101101010011100100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648596; }

 p { color: rgb(100,133,150); }

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

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

 a { background-color: rgb(100,133,150); }

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

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

 span { border-color: rgb(100,133,150); }

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