#63838E

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

Shades of Horizon #63838E

Tints of Horizon #63838E

Color information

#63838E (or 0x63838E) is unknown color: approx Horizon. HEX triplet: 63, 83 and 8E. RGB value is (99,131,142). Sum of RGB (Red+Green+Blue) = 99+131+142=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: blue. Hex color #63838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63838E is #9C7C71. Grayscale: #7A7A7A. Windows color (decimal): -10255474 or 9339747. OLE color: 9339747.

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

Color convert

RGB99131142-
CMYK0.300.0800.44
HSL195.35º17.84%47.25%-
HSV(B)195.35º30.28%55.69%-
XYZ18.1420.8428.66-
YUV122.69138.9111.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.61%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=26.61%
G=35.22%
B=38.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991311420.300.0800.44195.3517.8447.25
Hex63838E1E802Cc3122f
Octal14320321636100543032257
Binary1100011100000111000111011110100001011001100001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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