#64848E

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

Shades of Gothic #64848E

Tints of Gothic #64848E

Color information

#64848E (or 0x64848E) is unknown color: approx Gothic. HEX triplet: 64, 84 and 8E. RGB value is (100,132,142). Sum of RGB (Red+Green+Blue) = 100+132+142=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 142 - color contains mainly: blue. Hex color #64848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64848E is #9B7B71. Grayscale: #7B7B7B. Windows color (decimal): -10189682 or 9340004. OLE color: 9340004.

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

Color convert

RGB100132142-
CMYK0.300.0700.44
HSL194.29º17.36%47.45%-
HSV(B)194.29º29.58%55.69%-
XYZ18.3921.1628.71-
YUV123.57138.4111.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.74%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=26.74%
G=35.29%
B=37.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001321420.300.0700.44194.2917.3647.45
Hex64848E1E702Cc2112f
Octal1442042163670543022157
Binary110010010000100100011101111011101011001100001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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