#6D6ABC

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

Shades of Chetwode Blue #6D6ABC

Tints of Chetwode Blue #6D6ABC

Color information

#6D6ABC (or 0x6D6ABC) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 6A and BC. RGB value is (109,106,188). Sum of RGB (Red+Green+Blue) = 109+106+188=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D6ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6ABC is #929543. Grayscale: #737373. Windows color (decimal): -9606468 or 12348013. OLE color: 12348013.

HSL color Cylindrical-coordinate representation of color #6D6ABC: hue angle of 242.2º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D6ABC is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB109106188-
CMYK0.420.4400.26
HSL242.2º37.96%57.65%-
HSV(B)242.2º43.62%73.73%-
XYZ20.5417.1949.81-
YUV116.24168.49122.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.05%
GREEN value IS 106 (41.80% from 255) = 26.30%
BLUE value IS 188 (73.83% from 255) = 46.65%
R=27.05%
G=26.30%
B=46.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091061880.420.4400.26242.237.9657.65
Hex6D6ABC2A2C01Af2263a
Octal15515227452540323624672
Binary110110111010101011110010101010110001101011110010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,106,188); }

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

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

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

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

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

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

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