#6E6BAD

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

Shades of Chetwode Blue #6E6BAD

Tints of Chetwode Blue #6E6BAD

Color information

#6E6BAD (or 0x6E6BAD) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 6B and AD. RGB value is (110,107,173). Sum of RGB (Red+Green+Blue) = 110+107+173=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E6BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6BAD is #919452. Grayscale: #737373. Windows color (decimal): -9540691 or 11365230. OLE color: 11365230.

HSL color Cylindrical-coordinate representation of color #6E6BAD: hue angle of 242.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E6BAD is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB110107173-
CMYK0.360.3800.32
HSL242.73º28.7%54.9%-
HSV(B)242.73º38.15%67.84%-
XYZ19.2316.8541.77-
YUV115.42160.49124.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.21%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=28.21%
G=27.44%
B=44.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101071730.360.3800.32242.7328.754.9
Hex6E6BAD2426020f31d37
Octal15615325544460403633567
Binary110111011010111010110110010010011001000001111001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,107,173); }

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

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

 a { background-color: rgb(110,107,173); }

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

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

 span { border-color: rgb(110,107,173); }

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