#6D6ABE

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

Shades of Chetwode Blue #6D6ABE

Tints of Chetwode Blue #6D6ABE

Color information

#6D6ABE (or 0x6D6ABE) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 6A and BE. RGB value is (109,106,190). Sum of RGB (Red+Green+Blue) = 109+106+190=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #6D6ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6ABE is #929541. Grayscale: #747474. Windows color (decimal): -9606466 or 12479085. OLE color: 12479085.

HSL color Cylindrical-coordinate representation of color #6D6ABE: hue angle of 242.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D6ABE is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB109106190-
CMYK0.430.4400.25
HSL242.14º39.25%58.04%-
HSV(B)242.14º44.21%74.51%-
XYZ20.7517.2850.96-
YUV116.47169.49122.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.91%
GREEN value IS 106 (41.80% from 255) = 26.17%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=26.91%
G=26.17%
B=46.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091061900.430.4400.25242.1439.2558.04
Hex6D6ABE2B2C019f2273a
Octal15515227653540313624772
Binary110110111010101011111010101110110001100111110010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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