#6E73AB

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

Shades of Chetwode Blue #6E73AB

Tints of Chetwode Blue #6E73AB

Color information

#6E73AB (or 0x6E73AB) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 73 and AB. RGB value is (110,115,171). Sum of RGB (Red+Green+Blue) = 110+115+171=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E73AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E73AB is #918C54. Grayscale: #777777. Windows color (decimal): -9538645 or 11236206. OLE color: 11236206.

HSL color Cylindrical-coordinate representation of color #6E73AB: hue angle of 235.08º degrees, saturation: 0.27, 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 #6E73AB is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB110115171-
CMYK0.360.3300.33
HSL235.08º26.64%55.1%-
HSV(B)235.08º35.67%67.06%-
XYZ19.9118.5241.05-
YUV119.89156.84120.95-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.78%
GREEN value IS 115 (45.31% from 255) = 29.04%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=27.78%
G=29.04%
B=43.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101151710.360.3300.33235.0826.6455.1
Hex6E73AB2421021eb1b37
Octal15616325344410413533367
Binary110111011100111010101110010010000101000011110101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E73AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,115,171); }

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

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

 a { background-color: rgb(110,115,171); }

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

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

 span { border-color: rgb(110,115,171); }

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