#63848F

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

Shades of Horizon #63848F

Tints of Horizon #63848F

Color information

#63848F (or 0x63848F) is unknown color: approx Horizon. HEX triplet: 63, 84 and 8F. RGB value is (99,132,143). Sum of RGB (Red+Green+Blue) = 99+132+143=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 143 - color contains mainly: blue. Hex color #63848F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63848F is #9C7B70. Grayscale: #7B7B7B. Windows color (decimal): -10255217 or 9405539. OLE color: 9405539.

HSL color Cylindrical-coordinate representation of color #63848F: hue angle of 195º 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 #63848F is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB99132143-
CMYK0.310.0800.44
HSL195º18.18%47.45%-
HSV(B)195º30.77%56.08%-
XYZ18.3521.1429.1-
YUV123.39139.07110.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.47%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 143 (56.25% from 255) = 38.24%
R=26.47%
G=35.29%
B=38.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991321430.310.0800.4419518.1847.45
Hex63848F1F802Cc3122f
Octal14320421737100543032257
Binary1100011100001001000111111111100001011001100001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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