#63858F

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

Shades of Horizon #63858F

Tints of Horizon #63858F

Color information

#63858F (or 0x63858F) is unknown color: approx Horizon. HEX triplet: 63, 85 and 8F. RGB value is (99,133,143). Sum of RGB (Red+Green+Blue) = 99+133+143=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 143 - color contains mainly: blue. Hex color #63858F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63858F is #9C7A70. Grayscale: #7B7B7B. Windows color (decimal): -10254961 or 9405795. OLE color: 9405795.

HSL color Cylindrical-coordinate representation of color #63858F: hue angle of 193.64º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63858F is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB99133143-
CMYK0.310.0700.44
HSL193.64º18.18%47.45%-
HSV(B)193.64º30.77%56.08%-
XYZ18.4921.4129.14-
YUV123.97138.74110.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.4%
GREEN value IS 133 (52.34% from 255) = 35.47%
BLUE value IS 143 (56.25% from 255) = 38.13%
R=26.4%
G=35.47%
B=38.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991331430.310.0700.44193.6418.1847.45
Hex63858F1F702Cc2122f
Octal1432052173770543022257
Binary110001110000101100011111111111101011001100001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,133,143); }

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

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

 a { background-color: rgb(99,133,143); }

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

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

 span { border-color: rgb(99,133,143); }

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