#648999

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

Shades of Horizon #648999

Tints of Horizon #648999

Color information

#648999 (or 0x648999) is unknown color: approx Horizon. HEX triplet: 64, 89 and 99. RGB value is (100,137,153). Sum of RGB (Red+Green+Blue) = 100+137+153=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #648999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648999 is #9B7666. Grayscale: #7F7F7F. Windows color (decimal): -10188391 or 10062180. OLE color: 10062180.

HSL color Cylindrical-coordinate representation of color #648999: hue angle of 198.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #648999 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB100137153-
CMYK0.350.1000.4
HSL198.11º20.95%49.61%-
HSV(B)198.11º34.64%60%-
XYZ19.9522.933.51-
YUV127.76142.24108.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.64%
GREEN value IS 137 (53.91% from 255) = 35.13%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=25.64%
G=35.13%
B=39.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001371530.350.1000.4198.1120.9549.61
Hex64899923A028c61532
Octal14421123143120503062562
Binary11001001000100110011001100011101001010001100011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648999; }

 p { color: rgb(100,137,153); }

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

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

 a { background-color: rgb(100,137,153); }

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

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

 span { border-color: rgb(100,137,153); }

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