#64888C

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

Shades of Gothic #64888C

Tints of Gothic #64888C

Color information

#64888C (or 0x64888C) is unknown color: approx Gothic. HEX triplet: 64, 88 and 8C. RGB value is (100,136,140). Sum of RGB (Red+Green+Blue) = 100+136+140=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #64888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64888C is #9B7773. Grayscale: #7D7D7D. Windows color (decimal): -10188660 or 9209956. OLE color: 9209956.

HSL color Cylindrical-coordinate representation of color #64888C: hue angle of 186º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64888C is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100136140-
CMYK0.290.0300.45
HSL186º16.67%47.06%-
HSV(B)186º28.57%54.9%-
XYZ18.7922.2128.11-
YUV125.69136.07109.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.60%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 140 (55.08% from 255) = 37.23%
R=26.60%
G=36.17%
B=37.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001361400.290.0300.4518616.6747.06
Hex64888C1D302Dba112f
Octal1442102143530552722157
Binary11001001000100010001100111011101011011011101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64888C; }

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

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

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

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

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

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

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

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