#63929E

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

Shades of Horizon #63929E

Tints of Horizon #63929E

Color information

#63929E (or 0x63929E) is unknown color: approx Horizon. HEX triplet: 63, 92 and 9E. RGB value is (99,146,158). Sum of RGB (Red+Green+Blue) = 99+146+158=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 158 - color contains mainly: blue. Hex color #63929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63929E is #9C6D61. Grayscale: #858585. Windows color (decimal): -10251618 or 10392163. OLE color: 10392163.

HSL color Cylindrical-coordinate representation of color #63929E: hue angle of 192.2º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63929E is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99146158-
CMYK0.370.0800.38
HSL192.2º23.32%50.39%-
HSV(B)192.2º37.34%61.96%-
XYZ21.625.6836.17-
YUV133.32141.93103.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.57%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 158 (62.11% from 255) = 39.21%
R=24.57%
G=36.23%
B=39.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991461580.370.0800.38192.223.3250.39
Hex63929E258026c01732
Octal14322223645100463002762
Binary11000111001001010011110100101100001001101100000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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