#6E72AB

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

Shades of Chetwode Blue #6E72AB

Tints of Chetwode Blue #6E72AB

Color information

#6E72AB (or 0x6E72AB) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 72 and AB. RGB value is (110,114,171). Sum of RGB (Red+Green+Blue) = 110+114+171=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E72AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E72AB is #918D54. Grayscale: #777777. Windows color (decimal): -9538901 or 11235950. OLE color: 11235950.

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

Color convert

RGB110114171-
CMYK0.360.3300.33
HSL236.07º26.64%55.1%-
HSV(B)236.07º35.67%67.06%-
XYZ19.818.2941.01-
YUV119.3157.17121.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.85%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=27.85%
G=28.86%
B=43.29%

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
Decimal1101141710.360.3300.33236.0726.6455.1
Hex6E72AB2421021ec1b37
Octal15616225344410413543367
Binary110111011100101010101110010010000101000011110110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E72AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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