#6A8A93

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

Shades of Gothic #6A8A93

Tints of Gothic #6A8A93

Color information

#6A8A93 (or 0x6A8A93) is unknown color: approx Gothic. HEX triplet: 6A, 8A and 93. RGB value is (106,138,147). Sum of RGB (Red+Green+Blue) = 106+138+147=391 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.11% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A8A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8A93 is #95756C. Grayscale: #818181. Windows color (decimal): -9794925 or 9669226. OLE color: 9669226.

HSL color Cylindrical-coordinate representation of color #6A8A93: hue angle of 193.17º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A8A93 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB106138147-
CMYK0.280.0600.42
HSL193.17º16.21%49.61%-
HSV(B)193.17º27.89%57.65%-
XYZ20.323.3531.04-
YUV129.46137.9111.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.11%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=27.11%
G=35.29%
B=37.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061381470.280.0600.42193.1716.2149.61
Hex6A8A931C602Ac11032
Octal1522122233460523012062
Binary110101010001010100100111110011001010101100000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A8A93; }

 p { color: rgb(106,138,147); }

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

<style>
 a { background-color: #6A8A93; }

 a { background-color: rgb(106,138,147); }

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

<style>
 span { border-color: #6A8A93; }

 span { border-color: rgb(106,138,147); }

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