#638687

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

Shades of Gothic #638687

Tints of Gothic #638687

Color information

#638687 (or 0x638687) is unknown color: approx Gothic. HEX triplet: 63, 86 and 87. RGB value is (99,134,135). Sum of RGB (Red+Green+Blue) = 99+134+135=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 135 - color contains mainly: blue. Hex color #638687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638687 is #9C7978. Grayscale: #7B7B7B. Windows color (decimal): -10254713 or 8881763. OLE color: 8881763.

HSL color Cylindrical-coordinate representation of color #638687: hue angle of 181.67º 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 #638687 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB99134135-
CMYK0.270.0100.47
HSL181.67º15.38%45.88%-
HSV(B)181.67º26.67%52.94%-
XYZ18.0421.4526.11-
YUV123.65134.4110.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 135 (53.12% from 255) = 36.68%
R=26.90%
G=36.41%
B=36.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991341350.270.0100.47181.6715.3845.88
Hex6386871B102Fb6f2e
Octal1432062073310572661756
Binary110001110000110100001111101110101111101101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638687; }

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

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

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

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

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

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

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

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