#638593

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

Shades of Horizon #638593

Tints of Horizon #638593

Color information

#638593 (or 0x638593) is unknown color: approx Horizon. HEX triplet: 63, 85 and 93. RGB value is (99,133,147). Sum of RGB (Red+Green+Blue) = 99+133+147=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #638593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638593 is #9C7A6C. Grayscale: #7C7C7C. Windows color (decimal): -10254957 or 9667939. OLE color: 9667939.

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

Color convert

RGB99133147-
CMYK0.330.1000.42
HSL197.5º19.51%48.24%-
HSV(B)197.5º32.65%57.65%-
XYZ18.821.5330.77-
YUV124.43140.74109.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.12%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 147 (57.81% from 255) = 38.79%
R=26.12%
G=35.09%
B=38.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991331470.330.1000.42197.519.5148.24
Hex63859321A02Ac51430
Octal14320522341120523052460
Binary11000111000010110010011100001101001010101100010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638593; }

 p { color: rgb(99,133,147); }

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

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

 a { background-color: rgb(99,133,147); }

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

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

 span { border-color: rgb(99,133,147); }

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