#6E8283

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

Shades of Gothic #6E8283

Tints of Gothic #6E8283

Color information

#6E8283 (or 0x6E8283) is unknown color: approx Gothic. HEX triplet: 6E, 82 and 83. RGB value is (110,130,131). Sum of RGB (Red+Green+Blue) = 110+130+131=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 131 - color contains mainly: blue. Hex color #6E8283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8283 is #917D7C. Grayscale: #7C7C7C. Windows color (decimal): -9534845 or 8618606. OLE color: 8618606.

HSL color Cylindrical-coordinate representation of color #6E8283: hue angle of 182.86º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E8283 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB110130131-
CMYK0.160.0100.49
HSL182.86º8.71%47.25%-
HSV(B)182.86º16.03%51.37%-
XYZ18.5120.9224.53-
YUV124.13131.87117.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.65%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 131 (51.56% from 255) = 35.31%
R=29.65%
G=35.04%
B=35.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1101301310.160.0100.49182.868.7147.25
Hex6E8283101031b792f
Octal1562022032010612671157
Binary110111010000010100000111000010110001101101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,130,131); }

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

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

 a { background-color: rgb(110,130,131); }

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

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

 span { border-color: rgb(110,130,131); }

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