#6A848E

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

Shades of Gothic #6A848E

Tints of Gothic #6A848E

Color information

#6A848E (or 0x6A848E) is unknown color: approx Gothic. HEX triplet: 6A, 84 and 8E. RGB value is (106,132,142). Sum of RGB (Red+Green+Blue) = 106+132+142=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A848E is #957B71. Grayscale: #7D7D7D. Windows color (decimal): -9796466 or 9340010. OLE color: 9340010.

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

Color convert

RGB106132142-
CMYK0.250.0700.44
HSL196.67º14.52%48.63%-
HSV(B)196.67º25.35%55.69%-
XYZ19.0821.5228.74-
YUV125.37137.39114.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.89%
GREEN value IS 132 (51.95% from 255) = 34.74%
BLUE value IS 142 (55.86% from 255) = 37.37%
R=27.89%
G=34.74%
B=37.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1061321420.250.0700.44196.6714.5248.63
Hex6A848E19702Cc5f31
Octal1522042163170543051761
Binary11010101000010010001110110011110101100110001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,132,142); }

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

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

 a { background-color: rgb(106,132,142); }

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

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

 span { border-color: rgb(106,132,142); }

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