#6E6DBF

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

Shades of Chetwode Blue #6E6DBF

Tints of Chetwode Blue #6E6DBF

Color information

#6E6DBF (or 0x6E6DBF) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 6D and BF. RGB value is (110,109,191). Sum of RGB (Red+Green+Blue) = 110+109+191=410 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.83% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E6DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6DBF is #919240. Grayscale: #767676. Windows color (decimal): -9540161 or 12545390. OLE color: 12545390.

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

Color convert

RGB110109191-
CMYK0.420.4300.25
HSL240.73º39.05%58.82%-
HSV(B)240.73º42.93%74.9%-
XYZ21.318.0151.64-
YUV118.65168.83121.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.83%
GREEN value IS 109 (42.97% from 255) = 26.59%
BLUE value IS 191 (75% from 255) = 46.59%
R=26.83%
G=26.59%
B=46.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101091910.420.4300.25240.7339.0558.82
Hex6E6DBF2A2B019f1273b
Octal15615527752530313614773
Binary110111011011011011111110101010101101100111110001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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