#648491

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

Shades of Horizon #648491

Tints of Horizon #648491

Color information

#648491 (or 0x648491) is unknown color: approx Horizon. HEX triplet: 64, 84 and 91. RGB value is (100,132,145). Sum of RGB (Red+Green+Blue) = 100+132+145=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 145 - color contains mainly: blue. Hex color #648491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648491 is #9B7B6E. Grayscale: #7B7B7B. Windows color (decimal): -10189679 or 9536612. OLE color: 9536612.

HSL color Cylindrical-coordinate representation of color #648491: hue angle of 197.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #648491 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB100132145-
CMYK0.310.0900.43
HSL197.33º18.37%48.04%-
HSV(B)197.33º31.03%56.86%-
XYZ18.6221.2629.91-
YUV123.91139.9110.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.53%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 145 (57.03% from 255) = 38.46%
R=26.53%
G=35.01%
B=38.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001321450.310.0900.43197.3318.3748.04
Hex6484911F902Bc51230
Octal14420422137110533052260
Binary1100100100001001001000111111100101010111100010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648491; }

 p { color: rgb(100,132,145); }

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

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

 a { background-color: rgb(100,132,145); }

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

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

 span { border-color: rgb(100,132,145); }

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