#63858D

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

Shades of Gothic #63858D

Tints of Gothic #63858D

Color information

#63858D (or 0x63858D) is unknown color: approx Gothic. HEX triplet: 63, 85 and 8D. RGB value is (99,133,141). Sum of RGB (Red+Green+Blue) = 99+133+141=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #63858D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63858D is #9C7A72. Grayscale: #7B7B7B. Windows color (decimal): -10254963 or 9274723. OLE color: 9274723.

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

Color convert

RGB99133141-
CMYK0.300.0600.45
HSL191.43º17.5%47.06%-
HSV(B)191.43º29.79%55.29%-
XYZ18.3421.3528.35-
YUV123.75137.74110.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.54%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=26.54%
G=35.66%
B=37.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991331410.300.0600.45191.4317.547.06
Hex63858D1E602Dbf122f
Octal1432052153660552772257
Binary110001110000101100011011111011001011011011111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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