#63909B

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

Shades of Horizon #63909B

Tints of Horizon #63909B

Color information

#63909B (or 0x63909B) is unknown color: approx Horizon. HEX triplet: 63, 90 and 9B. RGB value is (99,144,155). Sum of RGB (Red+Green+Blue) = 99+144+155=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 155 - color contains mainly: blue. Hex color #63909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63909B is #9C6F64. Grayscale: #838383. Windows color (decimal): -10252133 or 10195043. OLE color: 10195043.

HSL color Cylindrical-coordinate representation of color #63909B: hue angle of 191.79º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63909B is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB99144155-
CMYK0.360.0700.39
HSL191.79º22.05%49.8%-
HSV(B)191.79º36.13%60.78%-
XYZ21.0424.9734.72-
YUV131.8141.09104.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.87%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=24.87%
G=36.18%
B=38.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991441550.360.0700.39191.7922.0549.8
Hex63909B247027c01632
Octal1432202334470473002662
Binary1100011100100001001101110010011101001111100000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63909B; }

 p { color: rgb(99,144,155); }

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

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

 a { background-color: rgb(99,144,155); }

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

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

 span { border-color: rgb(99,144,155); }

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