#6A858C

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

Shades of Gothic #6A858C

Tints of Gothic #6A858C

Color information

#6A858C (or 0x6A858C) is unknown color: approx Gothic. HEX triplet: 6A, 85 and 8C. RGB value is (106,133,140). Sum of RGB (Red+Green+Blue) = 106+133+140=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 133 (52.34% from 255 or 35.09% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A858C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A858C is #957A73. Grayscale: #7D7D7D. Windows color (decimal): -9796212 or 9209194. OLE color: 9209194.

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

Color convert

RGB106133140-
CMYK0.240.0500.45
HSL192.35º13.82%48.24%-
HSV(B)192.35º24.29%54.9%-
XYZ19.0721.7328-
YUV125.72136.05113.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.97%
GREEN value IS 133 (52.34% from 255) = 35.09%
BLUE value IS 140 (55.08% from 255) = 36.94%
R=27.97%
G=35.09%
B=36.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1061331400.240.0500.45192.3513.8248.24
Hex6A858C18502Dc0e30
Octal1522052143050553001660
Binary11010101000010110001100110001010101101110000001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,133,140); }

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

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

 a { background-color: rgb(106,133,140); }

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

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

 span { border-color: rgb(106,133,140); }

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