#6B9399

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

Shades of Gothic #6B9399

Tints of Gothic #6B9399

Color information

#6B9399 (or 0x6B9399) is unknown color: approx Gothic. HEX triplet: 6B, 93 and 99. RGB value is (107,147,153). Sum of RGB (Red+Green+Blue) = 107+147+153=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B9399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9399 is #946C66. Grayscale: #878787. Windows color (decimal): -9727079 or 10064747. OLE color: 10064747.

HSL color Cylindrical-coordinate representation of color #6B9399: hue angle of 187.83º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B9399 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB107147153-
CMYK0.300.0400.4
HSL187.83º18.4%50.98%-
HSV(B)187.83º30.07%60%-
XYZ22.2526.2934.04-
YUV135.72137.75107.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.29%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 153 (60.16% from 255) = 37.59%
R=26.29%
G=36.12%
B=37.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1071471530.300.0400.4187.8318.450.98
Hex6B93991E4028bc1233
Octal1532232313640502742263
Binary110101110010011100110011111010001010001011110010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,147,153); }

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

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

 a { background-color: rgb(107,147,153); }

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

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

 span { border-color: rgb(107,147,153); }

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