#648687

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

Shades of Gothic #648687

Tints of Gothic #648687

Color information

#648687 (or 0x648687) is unknown color: approx Gothic. HEX triplet: 64, 86 and 87. RGB value is (100,134,135). Sum of RGB (Red+Green+Blue) = 100+134+135=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 135 - color contains mainly: blue. Hex color #648687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648687 is #9B7978. Grayscale: #7B7B7B. Windows color (decimal): -10189177 or 8881764. OLE color: 8881764.

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

Color convert

RGB100134135-
CMYK0.260.0100.47
HSL181.71º14.89%46.08%-
HSV(B)181.71º25.93%52.94%-
XYZ18.1521.5126.12-
YUV123.95134.24110.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 135 (53.12% from 255) = 36.59%
R=27.10%
G=36.31%
B=36.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001341350.260.0100.47181.7114.8946.08
Hex6486871A102Fb6f2e
Octal1442062073210572661756
Binary110010010000110100001111101010101111101101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648687; }

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

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

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

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

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

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

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

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