#63848E

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

Shades of Horizon #63848E

Tints of Horizon #63848E

Color information

#63848E (or 0x63848E) is unknown color: approx Horizon. HEX triplet: 63, 84 and 8E. RGB value is (99,132,142). Sum of RGB (Red+Green+Blue) = 99+132+142=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 142 - color contains mainly: blue. Hex color #63848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63848E is #9C7B71. Grayscale: #7B7B7B. Windows color (decimal): -10255218 or 9340003. OLE color: 9340003.

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

Color convert

RGB99132142-
CMYK0.300.0700.44
HSL193.95º17.84%47.25%-
HSV(B)193.95º30.28%55.69%-
XYZ18.2821.1128.7-
YUV123.27138.57110.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.54%
GREEN value IS 132 (51.95% from 255) = 35.39%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=26.54%
G=35.39%
B=38.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991321420.300.0700.44193.9517.8447.25
Hex63848E1E702Cc2122f
Octal1432042163670543022257
Binary110001110000100100011101111011101011001100001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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