#6D6FBD

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

Shades of Chetwode Blue #6D6FBD

Tints of Chetwode Blue #6D6FBD

Color information

#6D6FBD (or 0x6D6FBD) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 6F and BD. RGB value is (109,111,189). Sum of RGB (Red+Green+Blue) = 109+111+189=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D6FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6FBD is #929042. Grayscale: #767676. Windows color (decimal): -9605187 or 12414829. OLE color: 12414829.

HSL color Cylindrical-coordinate representation of color #6D6FBD: hue angle of 238.5º 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 #6D6FBD is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB109111189-
CMYK0.420.4100.26
HSL238.5º37.74%58.43%-
HSV(B)238.5º42.33%74.12%-
XYZ21.1818.2950.56-
YUV119.29167.34120.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.65%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 189 (74.22% from 255) = 46.21%
R=26.65%
G=27.14%
B=46.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091111890.420.4100.26238.537.7458.43
Hex6D6FBD2A2901Aee263a
Octal15515727552510323564672
Binary110110111011111011110110101010100101101011101110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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