#63838D

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

Shades of Horizon #63838D

Tints of Horizon #63838D

Color information

#63838D (or 0x63838D) is unknown color: approx Horizon. HEX triplet: 63, 83 and 8D. RGB value is (99,131,141). Sum of RGB (Red+Green+Blue) = 99+131+141=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #63838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63838D is #9C7C72. Grayscale: #7A7A7A. Windows color (decimal): -10255475 or 9274211. OLE color: 9274211.

HSL color Cylindrical-coordinate representation of color #63838D: hue angle of 194.29º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63838D is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB99131141-
CMYK0.300.0700.45
HSL194.29º17.5%47.06%-
HSV(B)194.29º29.79%55.29%-
XYZ18.0720.8128.26-
YUV122.57138.4111.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=26.68%
G=35.31%
B=38.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991311410.300.0700.45194.2917.547.06
Hex63838D1E702Dc2122f
Octal1432032153670553022257
Binary110001110000011100011011111011101011011100001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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