#64878C

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

Shades of Gothic #64878C

Tints of Gothic #64878C

Color information

#64878C (or 0x64878C) is unknown color: approx Gothic. HEX triplet: 64, 87 and 8C. RGB value is (100,135,140). Sum of RGB (Red+Green+Blue) = 100+135+140=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 140 - color contains mainly: blue. Hex color #64878C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64878C is #9B7873. Grayscale: #7D7D7D. Windows color (decimal): -10188916 or 9209700. OLE color: 9209700.

HSL color Cylindrical-coordinate representation of color #64878C: hue angle of 187.5º 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 #64878C is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100135140-
CMYK0.290.0400.45
HSL187.5º16.67%47.06%-
HSV(B)187.5º28.57%54.9%-
XYZ18.6521.9328.06-
YUV125.1136.4110.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=26.67%
G=36%
B=37.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001351400.290.0400.45187.516.6747.06
Hex64878C1D402Dbb112f
Octal1442072143540552732157
Binary110010010000111100011001110110001011011011101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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