#63858E

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

Shades of Gothic #63858E

Tints of Gothic #63858E

Color information

#63858E (or 0x63858E) is unknown color: approx Gothic. HEX triplet: 63, 85 and 8E. RGB value is (99,133,142). Sum of RGB (Red+Green+Blue) = 99+133+142=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 142 - color contains mainly: blue. Hex color #63858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63858E is #9C7A71. Grayscale: #7B7B7B. Windows color (decimal): -10254962 or 9340259. OLE color: 9340259.

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

Color convert

RGB99133142-
CMYK0.300.0600.44
HSL192.56º17.84%47.25%-
HSV(B)192.56º30.28%55.69%-
XYZ18.4221.3828.75-
YUV123.86138.24110.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.47%
GREEN value IS 133 (52.34% from 255) = 35.56%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=26.47%
G=35.56%
B=37.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991331420.300.0600.44192.5617.8447.25
Hex63858E1E602Cc1122f
Octal1432052163660543012257
Binary110001110000101100011101111011001011001100000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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