#64888E

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

Shades of Gothic #64888E

Tints of Gothic #64888E

Color information

#64888E (or 0x64888E) is unknown color: approx Gothic. HEX triplet: 64, 88 and 8E. RGB value is (100,136,142). Sum of RGB (Red+Green+Blue) = 100+136+142=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #64888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64888E is #9B7771. Grayscale: #7D7D7D. Windows color (decimal): -10188658 or 9341028. OLE color: 9341028.

HSL color Cylindrical-coordinate representation of color #64888E: hue angle of 188.57º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64888E is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB100136142-
CMYK0.300.0400.44
HSL188.57º17.36%47.45%-
HSV(B)188.57º29.58%55.69%-
XYZ18.9422.2728.89-
YUV125.92137.07109.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.46%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=26.46%
G=35.98%
B=37.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001361420.300.0400.44188.5717.3647.45
Hex64888E1E402Cbd112f
Octal1442102163640542752157
Binary110010010001000100011101111010001011001011110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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