#648788

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

Shades of Gothic #648788

Tints of Gothic #648788

Color information

#648788 (or 0x648788) is unknown color: approx Gothic. HEX triplet: 64, 87 and 88. RGB value is (100,135,136). Sum of RGB (Red+Green+Blue) = 100+135+136=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 136 - color contains mainly: blue. Hex color #648788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648788 is #9B7877. Grayscale: #7C7C7C. Windows color (decimal): -10188920 or 8947556. OLE color: 8947556.

HSL color Cylindrical-coordinate representation of color #648788: 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.26%. Process color model (Four color, CMYK) of #648788 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB100135136-
CMYK0.260.0100.47
HSL181.67º15.25%46.27%-
HSV(B)181.67º26.47%53.33%-
XYZ18.3621.8126.54-
YUV124.65134.4110.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=26.95%
G=36.39%
B=36.66%

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
Decimal1001351360.260.0100.47181.6715.2546.27
Hex6487881A102Fb6f2e
Octal1442072103210572661756
Binary110010010000111100010001101010101111101101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648788; }

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

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

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

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

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

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

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

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