#648591

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

Shades of Horizon #648591

Tints of Horizon #648591

Color information

#648591 (or 0x648591) is unknown color: approx Horizon. HEX triplet: 64, 85 and 91. RGB value is (100,133,145). Sum of RGB (Red+Green+Blue) = 100+133+145=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 145 - color contains mainly: blue. Hex color #648591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648591 is #9B7A6E. Grayscale: #7C7C7C. Windows color (decimal): -10189423 or 9536868. OLE color: 9536868.

HSL color Cylindrical-coordinate representation of color #648591: hue angle of 196º 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 #648591 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB100133145-
CMYK0.310.0800.43
HSL196º18.37%48.04%-
HSV(B)196º31.03%56.86%-
XYZ18.7521.5329.96-
YUV124.5139.57110.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.46%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 145 (57.03% from 255) = 38.36%
R=26.46%
G=35.19%
B=38.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001331450.310.0800.4319618.3748.04
Hex6485911F802Bc41230
Octal14420522137100533042260
Binary1100100100001011001000111111100001010111100010010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648591; }

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

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

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

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

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

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

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

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