#648796

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

Shades of Horizon #648796

Tints of Horizon #648796

Color information

#648796 (or 0x648796) is unknown color: approx Horizon. HEX triplet: 64, 87 and 96. RGB value is (100,135,150). Sum of RGB (Red+Green+Blue) = 100+135+150=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 150 - color contains mainly: blue. Hex color #648796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648796 is #9B7869. Grayscale: #7E7E7E. Windows color (decimal): -10188906 or 9865060. OLE color: 9865060.

HSL color Cylindrical-coordinate representation of color #648796: hue angle of 198º 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 #648796 is Cyan = 0.33, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB100135150-
CMYK0.330.100.41
HSL198º20%49.02%-
HSV(B)198º33.33%58.82%-
XYZ19.4222.2432.12-
YUV126.24141.4109.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.97%
GREEN value IS 135 (53.12% from 255) = 35.06%
BLUE value IS 150 (58.98% from 255) = 38.96%
R=25.97%
G=35.06%
B=38.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001351500.330.100.411982049.02
Hex64879621A029c61431
Octal14420722641120513062461
Binary11001001000011110010110100001101001010011100011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648796; }

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

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

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

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

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

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

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

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