#6D6EBD

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

Shades of Chetwode Blue #6D6EBD

Tints of Chetwode Blue #6D6EBD

Color information

#6D6EBD (or 0x6D6EBD) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 6E and BD. RGB value is (109,110,189). Sum of RGB (Red+Green+Blue) = 109+110+189=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D6EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6EBD is #929142. Grayscale: #767676. Windows color (decimal): -9605443 or 12414573. OLE color: 12414573.

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

Color convert

RGB109110189-
CMYK0.420.4200.26
HSL239.25º37.74%58.43%-
HSV(B)239.25º42.33%74.12%-
XYZ21.0718.0850.52-
YUV118.71167.67121.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.72%
GREEN value IS 110 (43.36% from 255) = 26.96%
BLUE value IS 189 (74.22% from 255) = 46.32%
R=26.72%
G=26.96%
B=46.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091101890.420.4200.26239.2537.7458.43
Hex6D6EBD2A2A01Aef263a
Octal15515627552520323574672
Binary110110111011101011110110101010101001101011101111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,110,189); }

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

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

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

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

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

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

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