#6A878D

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

Shades of Gothic #6A878D

Tints of Gothic #6A878D

Color information

#6A878D (or 0x6A878D) is unknown color: approx Gothic. HEX triplet: 6A, 87 and 8D. RGB value is (106,135,141). Sum of RGB (Red+Green+Blue) = 106+135+141=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A878D is #957872. Grayscale: #7E7E7E. Windows color (decimal): -9795699 or 9275242. OLE color: 9275242.

HSL color Cylindrical-coordinate representation of color #6A878D: hue angle of 190.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A878D is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB106135141-
CMYK0.250.0400.45
HSL190.29º14.17%48.43%-
HSV(B)190.29º24.82%55.29%-
XYZ19.4222.3228.48-
YUV127.01135.89113.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.75%
GREEN value IS 135 (53.12% from 255) = 35.34%
BLUE value IS 141 (55.47% from 255) = 36.91%
R=27.75%
G=35.34%
B=36.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1061351410.250.0400.45190.2914.1748.43
Hex6A878D19402Dbee30
Octal1522072153140552761660
Binary11010101000011110001101110011000101101101111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,135,141); }

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

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

 a { background-color: rgb(106,135,141); }

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

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

 span { border-color: rgb(106,135,141); }

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