#6E6DB1

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

Shades of Chetwode Blue #6E6DB1

Tints of Chetwode Blue #6E6DB1

Color information

#6E6DB1 (or 0x6E6DB1) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 6D and B1. RGB value is (110,109,177). Sum of RGB (Red+Green+Blue) = 110+109+177=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 177 - color contains mainly: blue. Hex color #6E6DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6DB1 is #91924E. Grayscale: #747474. Windows color (decimal): -9540175 or 11627886. OLE color: 11627886.

HSL color Cylindrical-coordinate representation of color #6E6DB1: hue angle of 240.88º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E6DB1 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB110109177-
CMYK0.380.3800.31
HSL240.88º30.36%56.08%-
HSV(B)240.88º38.42%69.41%-
XYZ19.8317.4343.91-
YUV117.05161.83122.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.78%
GREEN value IS 109 (42.97% from 255) = 27.53%
BLUE value IS 177 (69.53% from 255) = 44.70%
R=27.78%
G=27.53%
B=44.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1101091770.380.3800.31240.8830.3656.08
Hex6E6DB1262601Ff11e38
Octal15615526146460373613670
Binary11011101101101101100011001101001100111111111000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,109,177); }

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

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

 a { background-color: rgb(110,109,177); }

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

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

 span { border-color: rgb(110,109,177); }

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