#64888F

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

Shades of Gothic #64888F

Tints of Gothic #64888F

Color information

#64888F (or 0x64888F) is unknown color: approx Gothic. HEX triplet: 64, 88 and 8F. RGB value is (100,136,143). Sum of RGB (Red+Green+Blue) = 100+136+143=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 143 - color contains mainly: blue. Hex color #64888F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64888F is #9B7770. Grayscale: #7D7D7D. Windows color (decimal): -10188657 or 9406564. OLE color: 9406564.

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

Color convert

RGB100136143-
CMYK0.300.0500.44
HSL189.77º17.7%47.65%-
HSV(B)189.77º30.07%56.08%-
XYZ19.0222.329.29-
YUV126.03137.57109.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.39%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 143 (56.25% from 255) = 37.73%
R=26.39%
G=35.88%
B=37.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001361430.300.0500.44189.7717.747.65
Hex64888F1E502Cbe1230
Octal1442102173650542762260
Binary110010010001000100011111111010101011001011111010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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