#6A8990

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

Shades of Gothic #6A8990

Tints of Gothic #6A8990

Color information

#6A8990 (or 0x6A8990) is unknown color: approx Gothic. HEX triplet: 6A, 89 and 90. RGB value is (106,137,144). Sum of RGB (Red+Green+Blue) = 106+137+144=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A8990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8990 is #95766F. Grayscale: #808080. Windows color (decimal): -9795184 or 9472362. OLE color: 9472362.

HSL color Cylindrical-coordinate representation of color #6A8990: hue angle of 191.05º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A8990 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB106137144-
CMYK0.260.0500.44
HSL191.05º15.2%49.02%-
HSV(B)191.05º26.39%56.47%-
XYZ19.9222.9729.77-
YUV128.53136.73111.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.39%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 144 (56.64% from 255) = 37.21%
R=27.39%
G=35.40%
B=37.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1061371440.260.0500.44191.0515.249.02
Hex6A89901A502Cbff31
Octal1522112203250542771761
Binary11010101000100110010000110101010101100101111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,137,144); }

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

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

 a { background-color: rgb(106,137,144); }

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

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

 span { border-color: rgb(106,137,144); }

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