#638787

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

Shades of Gothic #638787

Tints of Gothic #638787

Color information

#638787 (or 0x638787) is unknown color: approx Gothic. HEX triplet: 63, 87 and 87. RGB value is (99,135,135). Sum of RGB (Red+Green+Blue) = 99+135+135=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 135 - color contains mainly: green, blue. Hex color #638787 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638787 is #9C7878. Grayscale: #7C7C7C. Windows color (decimal): -10254457 or 8882019. OLE color: 8882019.

HSL color Cylindrical-coordinate representation of color #638787: hue angle of 180º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #638787 is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB99135135-
CMYK0.27000.47
HSL180º15.38%45.88%-
HSV(B)180º26.67%52.94%-
XYZ18.1821.7326.16-
YUV124.24134.07110-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.83%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 135 (53.12% from 255) = 36.59%
R=26.83%
G=36.59%
B=36.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991351350.27000.4718015.3845.88
Hex6387871B002Fb4f2e
Octal1432072073300572641756
Binary110001110000111100001111101100101111101101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638787; }

 p { color: rgb(99,135,135); }

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

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

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

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

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

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

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