#6E72BE

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

Shades of Chetwode Blue #6E72BE

Tints of Chetwode Blue #6E72BE

Color information

#6E72BE (or 0x6E72BE) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 72 and BE. RGB value is (110,114,190). Sum of RGB (Red+Green+Blue) = 110+114+190=414 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.57% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E72BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E72BE is #918D41. Grayscale: #797979. Windows color (decimal): -9538882 or 12481134. OLE color: 12481134.

HSL color Cylindrical-coordinate representation of color #6E72BE: hue angle of 237º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E72BE is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB110114190-
CMYK0.420.4000.25
HSL237º38.1%58.82%-
HSV(B)237º42.11%74.51%-
XYZ21.7419.0751.25-
YUV121.47166.67119.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.57%
GREEN value IS 114 (44.92% from 255) = 27.54%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=26.57%
G=27.54%
B=45.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101141900.420.4000.2523738.158.82
Hex6E72BE2A28019ed263b
Octal15616227652500313554673
Binary110111011100101011111010101010100001100111101101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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