#6C939B

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

Shades of Gothic #6C939B

Tints of Gothic #6C939B

Color information

#6C939B (or 0x6C939B) is unknown color: approx Gothic. HEX triplet: 6C, 93 and 9B. RGB value is (108,147,155). Sum of RGB (Red+Green+Blue) = 108+147+155=410 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.34% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C939B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C939B is #936C64. Grayscale: #888888. Windows color (decimal): -9661541 or 10195820. OLE color: 10195820.

HSL color Cylindrical-coordinate representation of color #6C939B: hue angle of 190.21º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C939B is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB108147155-
CMYK0.300.0500.39
HSL190.21º19.03%51.57%-
HSV(B)190.21º30.32%60.78%-
XYZ22.5326.4234.92-
YUV136.25138.58107.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.34%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 155 (60.94% from 255) = 37.80%
R=26.34%
G=35.85%
B=37.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1081471550.300.0500.39190.2119.0351.57
Hex6C939B1E5027be1334
Octal1542232333650472762364
Binary110110010010011100110111111010101001111011111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,147,155); }

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

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

 a { background-color: rgb(108,147,155); }

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

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

 span { border-color: rgb(108,147,155); }

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