#64838C

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

Shades of Gothic #64838C

Tints of Gothic #64838C

Color information

#64838C (or 0x64838C) is unknown color: approx Gothic. HEX triplet: 64, 83 and 8C. RGB value is (100,131,140). Sum of RGB (Red+Green+Blue) = 100+131+140=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #64838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64838C is #9B7C73. Grayscale: #7A7A7A. Windows color (decimal): -10189940 or 9208676. OLE color: 9208676.

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

Color convert

RGB100131140-
CMYK0.290.0600.45
HSL193.5º16.67%47.06%-
HSV(B)193.5º28.57%54.9%-
XYZ18.1120.8427.88-
YUV122.76137.73111.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=26.95%
G=35.31%
B=37.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001311400.290.0600.45193.516.6747.06
Hex64838C1D602Dc1112f
Octal1442032143560553012157
Binary110010010000011100011001110111001011011100000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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