#6A939A

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

Shades of Gothic #6A939A

Tints of Gothic #6A939A

Color information

#6A939A (or 0x6A939A) is unknown color: approx Gothic. HEX triplet: 6A, 93 and 9A. RGB value is (106,147,154). Sum of RGB (Red+Green+Blue) = 106+147+154=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A939A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A939A is #956C65. Grayscale: #878787. Windows color (decimal): -9792614 or 10130282. OLE color: 10130282.

HSL color Cylindrical-coordinate representation of color #6A939A: hue angle of 188.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A939A is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB106147154-
CMYK0.310.0500.40
HSL188.75º19.2%50.98%-
HSV(B)188.75º31.17%60.39%-
XYZ22.2126.2634.47-
YUV135.54138.42106.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.04%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=26.04%
G=36.12%
B=37.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1061471540.310.0500.40188.7519.250.98
Hex6A939A1F5028bd1333
Octal1522232323750502752363
Binary110101010010011100110101111110101010001011110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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