#6A868E

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

Shades of Gothic #6A868E

Tints of Gothic #6A868E

Color information

#6A868E (or 0x6A868E) is unknown color: approx Gothic. HEX triplet: 6A, 86 and 8E. RGB value is (106,134,142). Sum of RGB (Red+Green+Blue) = 106+134+142=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A868E is #957971. Grayscale: #7E7E7E. Windows color (decimal): -9795954 or 9340522. OLE color: 9340522.

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

Color convert

RGB106134142-
CMYK0.250.0600.44
HSL193.33º14.52%48.63%-
HSV(B)193.33º25.35%55.69%-
XYZ19.3522.0728.83-
YUV126.54136.72113.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.75%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 142 (55.86% from 255) = 37.17%
R=27.75%
G=35.08%
B=37.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1061341420.250.0600.44193.3314.5248.63
Hex6A868E19602Cc1f31
Octal1522062163160543011761
Binary11010101000011010001110110011100101100110000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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