#6D749F

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

Shades of Chetwode Blue #6D749F

Tints of Chetwode Blue #6D749F

Color information

#6D749F (or 0x6D749F) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 74 and 9F. RGB value is (109,116,159). Sum of RGB (Red+Green+Blue) = 109+116+159=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #6D749F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D749F is #928B60. Grayscale: #767676. Windows color (decimal): -9603937 or 10450029. OLE color: 10450029.

HSL color Cylindrical-coordinate representation of color #6D749F: hue angle of 231.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D749F is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB109116159-
CMYK0.310.2700.38
HSL231.6º20.66%52.55%-
HSV(B)231.6º31.45%62.35%-
XYZ18.8118.2535.33-
YUV118.81150.68121-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.39%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=28.39%
G=30.21%
B=41.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1091161590.310.2700.38231.620.6652.55
Hex6D749F1F1B026e81535
Octal15516423737330463502565
Binary1101101111010010011111111111101101001101110100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,116,159); }

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

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

 a { background-color: rgb(109,116,159); }

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

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

 span { border-color: rgb(109,116,159); }

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