#6E6ABF

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

Shades of Chetwode Blue #6E6ABF

Tints of Chetwode Blue #6E6ABF

Color information

#6E6ABF (or 0x6E6ABF) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 6A and BF. RGB value is (110,106,191). Sum of RGB (Red+Green+Blue) = 110+106+191=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E6ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6ABF is #919540. Grayscale: #747474. Windows color (decimal): -9540929 or 12544622. OLE color: 12544622.

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

Color convert

RGB110106191-
CMYK0.420.4500.25
HSL242.82º39.91%58.24%-
HSV(B)242.82º44.5%74.9%-
XYZ20.9917.3851.54-
YUV116.89169.83123.09-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.03%
GREEN value IS 106 (41.80% from 255) = 26.04%
BLUE value IS 191 (75% from 255) = 46.93%
R=27.03%
G=26.04%
B=46.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101061910.420.4500.25242.8239.9158.24
Hex6E6ABF2A2D019f3283a
Octal15615227752550313635072
Binary110111011010101011111110101010110101100111110011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,106,191); }

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

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

 a { background-color: rgb(110,106,191); }

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

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

 span { border-color: rgb(110,106,191); }

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