#639299

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

Shades of Horizon #639299

Tints of Horizon #639299

Color information

#639299 (or 0x639299) is unknown color: approx Horizon. HEX triplet: 63, 92 and 99. RGB value is (99,146,153). Sum of RGB (Red+Green+Blue) = 99+146+153=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 153 - color contains mainly: blue. Hex color #639299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639299 is #9C6D66. Grayscale: #848484. Windows color (decimal): -10251623 or 10064483. OLE color: 10064483.

HSL color Cylindrical-coordinate representation of color #639299: hue angle of 187.78º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639299 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB99146153-
CMYK0.350.0500.4
HSL187.78º21.43%49.41%-
HSV(B)187.78º35.29%60%-
XYZ21.1725.5133.94-
YUV132.74139.43103.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.87%
GREEN value IS 146 (57.42% from 255) = 36.68%
BLUE value IS 153 (60.16% from 255) = 38.44%
R=24.87%
G=36.68%
B=38.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal991461530.350.0500.4187.7821.4349.41
Hex639299235028bc1531
Octal1432222314350502742561
Binary1100011100100101001100110001110101010001011110010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639299; }

 p { color: rgb(99,146,153); }

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

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

 a { background-color: rgb(99,146,153); }

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

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

 span { border-color: rgb(99,146,153); }

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