#63909F

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

Shades of Horizon #63909F

Tints of Horizon #63909F

Color information

#63909F (or 0x63909F) is unknown color: approx Horizon. HEX triplet: 63, 90 and 9F. RGB value is (99,144,159). Sum of RGB (Red+Green+Blue) = 99+144+159=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 159 - color contains mainly: blue. Hex color #63909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63909F is #9C6F60. Grayscale: #848484. Windows color (decimal): -10252129 or 10457187. OLE color: 10457187.

HSL color Cylindrical-coordinate representation of color #63909F: hue angle of 195º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63909F is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB99144159-
CMYK0.380.0900.38
HSL195º23.81%50.59%-
HSV(B)195º37.74%62.35%-
XYZ21.3825.136.52-
YUV132.26143.09104.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.63%
GREEN value IS 144 (56.64% from 255) = 35.82%
BLUE value IS 159 (62.5% from 255) = 39.55%
R=24.63%
G=35.82%
B=39.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991441590.380.0900.3819523.8150.59
Hex63909F269026c31833
Octal14322023746110463033063
Binary11000111001000010011111100110100101001101100001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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