#63929B

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

Shades of Horizon #63929B

Tints of Horizon #63929B

Color information

#63929B (or 0x63929B) is unknown color: approx Horizon. HEX triplet: 63, 92 and 9B. RGB value is (99,146,155). Sum of RGB (Red+Green+Blue) = 99+146+155=400 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.75% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #63929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63929B is #9C6D64. Grayscale: #848484. Windows color (decimal): -10251621 or 10195555. OLE color: 10195555.

HSL color Cylindrical-coordinate representation of color #63929B: hue angle of 189.64º 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 #63929B is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB99146155-
CMYK0.360.0600.39
HSL189.64º22.05%49.8%-
HSV(B)189.64º36.13%60.78%-
XYZ21.3425.5834.82-
YUV132.97140.43103.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.75%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 155 (60.94% from 255) = 38.75%
R=24.75%
G=36.5%
B=38.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991461550.360.0600.39189.6422.0549.8
Hex63929B246027be1632
Octal1432222334460472762662
Binary1100011100100101001101110010011001001111011111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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