#64868D

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

Shades of Gothic #64868D

Tints of Gothic #64868D

Color information

#64868D (or 0x64868D) is unknown color: approx Gothic. HEX triplet: 64, 86 and 8D. RGB value is (100,134,141). Sum of RGB (Red+Green+Blue) = 100+134+141=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 141 - color contains mainly: blue. Hex color #64868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64868D is #9B7972. Grayscale: #7C7C7C. Windows color (decimal): -10189171 or 9274980. OLE color: 9274980.

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

Color convert

RGB100134141-
CMYK0.290.0500.45
HSL190.24º17.01%47.25%-
HSV(B)190.24º29.08%55.29%-
XYZ18.5921.6828.4-
YUV124.63137.24110.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 141 (55.47% from 255) = 37.6%
R=26.67%
G=35.73%
B=37.6%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001341410.290.0500.45190.2417.0147.25
Hex64868D1D502Dbe112f
Octal1442062153550552762157
Binary110010010000110100011011110110101011011011111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64868D; }

 p { color: rgb(100,134,141); }

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

<style>
 a { background-color: #64868D; }

 a { background-color: rgb(100,134,141); }

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

<style>
 span { border-color: #64868D; }

 span { border-color: rgb(100,134,141); }

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