#6D6DAD

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

Shades of Chetwode Blue #6D6DAD

Tints of Chetwode Blue #6D6DAD

Color information

#6D6DAD (or 0x6D6DAD) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 6D and AD. RGB value is (109,109,173). Sum of RGB (Red+Green+Blue) = 109+109+173=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D6DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6DAD is #929252. Grayscale: #747474. Windows color (decimal): -9605715 or 11365741. OLE color: 11365741.

HSL color Cylindrical-coordinate representation of color #6D6DAD: hue angle of 240º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D6DAD is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB109109173-
CMYK0.370.3700.32
HSL240º28.07%55.29%-
HSV(B)240º36.99%67.84%-
XYZ19.3217.2141.84-
YUV116.3160122.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.88%
GREEN value IS 109 (42.97% from 255) = 27.88%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=27.88%
G=27.88%
B=44.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091091730.370.3700.3224028.0755.29
Hex6D6DAD2525020f01c37
Octal15515525545450403603467
Binary110110111011011010110110010110010101000001111000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,109,173); }

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

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

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

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

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

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

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