#64898F

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

Shades of Gothic #64898F

Tints of Gothic #64898F

Color information

#64898F (or 0x64898F) is unknown color: approx Gothic. HEX triplet: 64, 89 and 8F. RGB value is (100,137,143). Sum of RGB (Red+Green+Blue) = 100+137+143=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 143 - color contains mainly: blue. Hex color #64898F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64898F is #9B7670. Grayscale: #7E7E7E. Windows color (decimal): -10188401 or 9406820. OLE color: 9406820.

HSL color Cylindrical-coordinate representation of color #64898F: hue angle of 188.37º 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 #64898F is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB100137143-
CMYK0.300.0400.44
HSL188.37º17.7%47.65%-
HSV(B)188.37º30.07%56.08%-
XYZ19.1622.5829.34-
YUV126.62137.24109.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 137 (53.91% from 255) = 36.05%
BLUE value IS 143 (56.25% from 255) = 37.63%
R=26.32%
G=36.05%
B=37.63%

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
Decimal1001371430.300.0400.44188.3717.747.65
Hex64898F1E402Cbc1230
Octal1442112173640542742260
Binary110010010001001100011111111010001011001011110010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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