#6A8690

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

Shades of Gothic #6A8690

Tints of Gothic #6A8690

Color information

#6A8690 (or 0x6A8690) is unknown color: approx Gothic. HEX triplet: 6A, 86 and 90. RGB value is (106,134,144). Sum of RGB (Red+Green+Blue) = 106+134+144=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A8690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8690 is #95796F. Grayscale: #7E7E7E. Windows color (decimal): -9795952 or 9471594. OLE color: 9471594.

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

Color convert

RGB106134144-
CMYK0.260.0700.44
HSL195.79º15.2%49.02%-
HSV(B)195.79º26.39%56.47%-
XYZ19.522.1329.63-
YUV126.77137.72113.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.60%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 144 (56.64% from 255) = 37.5%
R=27.60%
G=34.90%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1061341440.260.0700.44195.7915.249.02
Hex6A86901A702Cc4f31
Octal1522062203270543041761
Binary11010101000011010010000110101110101100110001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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