#64868C

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

Shades of Gothic #64868C

Tints of Gothic #64868C

Color information

#64868C (or 0x64868C) is unknown color: approx Gothic. HEX triplet: 64, 86 and 8C. RGB value is (100,134,140). Sum of RGB (Red+Green+Blue) = 100+134+140=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 140 - color contains mainly: blue. Hex color #64868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64868C is #9B7973. Grayscale: #7C7C7C. Windows color (decimal): -10189172 or 9209444. OLE color: 9209444.

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

Color convert

RGB100134140-
CMYK0.290.0400.45
HSL189º16.67%47.06%-
HSV(B)189º28.57%54.9%-
XYZ18.5121.6528.01-
YUV124.52136.74110.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.74%
GREEN value IS 134 (52.73% from 255) = 35.83%
BLUE value IS 140 (55.08% from 255) = 37.43%
R=26.74%
G=35.83%
B=37.43%

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
Decimal1001341400.290.0400.4518916.6747.06
Hex64868C1D402Dbd112f
Octal1442062143540552752157
Binary110010010000110100011001110110001011011011110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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