#64868E

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

Shades of Gothic #64868E

Tints of Gothic #64868E

Color information

#64868E (or 0x64868E) is unknown color: approx Gothic. HEX triplet: 64, 86 and 8E. RGB value is (100,134,142). Sum of RGB (Red+Green+Blue) = 100+134+142=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #64868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64868E is #9B7971. Grayscale: #7C7C7C. Windows color (decimal): -10189170 or 9340516. OLE color: 9340516.

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

Color convert

RGB100134142-
CMYK0.300.0600.44
HSL191.43º17.36%47.45%-
HSV(B)191.43º29.58%55.69%-
XYZ18.6621.7128.8-
YUV124.75137.74110.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.60%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=26.60%
G=35.64%
B=37.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001341420.300.0600.44191.4317.3647.45
Hex64868E1E602Cbf112f
Octal1442062163660542772157
Binary110010010000110100011101111011001011001011111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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