#6D7AAA

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

Shades of Chetwode Blue #6D7AAA

Tints of Chetwode Blue #6D7AAA

Color information

#6D7AAA (or 0x6D7AAA) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 7A and AA. RGB value is (109,122,170). Sum of RGB (Red+Green+Blue) = 109+122+170=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D7AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7AAA is #928555. Grayscale: #7B7B7B. Windows color (decimal): -9602390 or 11172461. OLE color: 11172461.

HSL color Cylindrical-coordinate representation of color #6D7AAA: hue angle of 227.21º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D7AAA is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB109122170-
CMYK0.360.2800.33
HSL227.21º26.41%54.71%-
HSV(B)227.21º35.88%66.67%-
XYZ20.5220.0740.82-
YUV123.58154.19117.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.18%
GREEN value IS 122 (48.05% from 255) = 30.42%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=27.18%
G=30.42%
B=42.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091221700.360.2800.33227.2126.4154.71
Hex6D7AAA241C021e31a37
Octal15517225244340413433267
Binary11011011111010101010101001001110001000011110001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,122,170); }

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

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

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

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

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

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

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