#638296

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

Shades of Horizon #638296

Tints of Horizon #638296

Color information

#638296 (or 0x638296) is unknown color: approx Horizon. HEX triplet: 63, 82 and 96. RGB value is (99,130,150). Sum of RGB (Red+Green+Blue) = 99+130+150=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #638296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638296 is #9C7D69. Grayscale: #7A7A7A. Windows color (decimal): -10255722 or 9863779. OLE color: 9863779.

HSL color Cylindrical-coordinate representation of color #638296: hue angle of 203.53º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #638296 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB99130150-
CMYK0.340.1300.41
HSL203.53º20.48%48.82%-
HSV(B)203.53º34%58.82%-
XYZ18.6320.8231.89-
YUV123.01143.23110.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.12%
GREEN value IS 130 (51.17% from 255) = 34.30%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=26.12%
G=34.30%
B=39.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991301500.340.1300.41203.5320.4848.82
Hex63829622D029cc1431
Octal14320222642150513142461
Binary11000111000001010010110100010110101010011100110010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638296; }

 p { color: rgb(99,130,150); }

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

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

 a { background-color: rgb(99,130,150); }

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

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

 span { border-color: rgb(99,130,150); }

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