#648893

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

Shades of Horizon #648893

Tints of Horizon #648893

Color information

#648893 (or 0x648893) is unknown color: approx Horizon. HEX triplet: 64, 88 and 93. RGB value is (100,136,147). Sum of RGB (Red+Green+Blue) = 100+136+147=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 147 - color contains mainly: blue. Hex color #648893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648893 is #9B776C. Grayscale: #7E7E7E. Windows color (decimal): -10188653 or 9668708. OLE color: 9668708.

HSL color Cylindrical-coordinate representation of color #648893: hue angle of 194.04º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #648893 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100136147-
CMYK0.320.0700.42
HSL194.04º19.03%48.43%-
HSV(B)194.04º31.97%57.65%-
XYZ19.3322.4230.91-
YUV126.49139.57109.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 136 (53.52% from 255) = 35.51%
BLUE value IS 147 (57.81% from 255) = 38.38%
R=26.11%
G=35.51%
B=38.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001361470.320.0700.42194.0419.0348.43
Hex64889320702Ac21330
Octal1442102234070523022360
Binary1100100100010001001001110000011101010101100001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648893; }

 p { color: rgb(100,136,147); }

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

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

 a { background-color: rgb(100,136,147); }

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

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

 span { border-color: rgb(100,136,147); }

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