#648393

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

Shades of Horizon #648393

Tints of Horizon #648393

Color information

#648393 (or 0x648393) is unknown color: approx Horizon. HEX triplet: 64, 83 and 93. RGB value is (100,131,147). Sum of RGB (Red+Green+Blue) = 100+131+147=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #648393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648393 is #9B7C6C. Grayscale: #7B7B7B. Windows color (decimal): -10189933 or 9667428. OLE color: 9667428.

HSL color Cylindrical-coordinate representation of color #648393: hue angle of 200.43º 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 #648393 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100131147-
CMYK0.320.1100.42
HSL200.43º19.03%48.43%-
HSV(B)200.43º31.97%57.65%-
XYZ18.6421.0530.68-
YUV123.56141.23111.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.46%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=26.46%
G=34.66%
B=38.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001311470.320.1100.42200.4319.0348.43
Hex64839320B02Ac81330
Octal14420322340130523102360
Binary11001001000001110010011100000101101010101100100010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648393; }

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

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

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

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

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

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

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

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