#6E6BAC

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

Shades of Chetwode Blue #6E6BAC

Tints of Chetwode Blue #6E6BAC

Color information

#6E6BAC (or 0x6E6BAC) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 6B and AC. RGB value is (110,107,172). Sum of RGB (Red+Green+Blue) = 110+107+172=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E6BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6BAC is #919453. Grayscale: #737373. Windows color (decimal): -9540692 or 11299694. OLE color: 11299694.

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

Color convert

RGB110107172-
CMYK0.360.3800.33
HSL242.77º28.14%54.71%-
HSV(B)242.77º37.79%67.45%-
XYZ19.1316.8141.27-
YUV115.31159.99124.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.28%
GREEN value IS 107 (42.19% from 255) = 27.51%
BLUE value IS 172 (67.58% from 255) = 44.22%
R=28.28%
G=27.51%
B=44.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101071720.360.3800.33242.7728.1454.71
Hex6E6BAC2426021f31c37
Octal15615325444460413633467
Binary110111011010111010110010010010011001000011111001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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