#6E6CBC

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

Shades of Chetwode Blue #6E6CBC

Tints of Chetwode Blue #6E6CBC

Color information

#6E6CBC (or 0x6E6CBC) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 6C and BC. RGB value is (110,108,188). Sum of RGB (Red+Green+Blue) = 110+108+188=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E6CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6CBC is #919343. Grayscale: #757575. Windows color (decimal): -9540420 or 12348526. OLE color: 12348526.

HSL color Cylindrical-coordinate representation of color #6E6CBC: hue angle of 241.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E6CBC is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB110108188-
CMYK0.410.4300.26
HSL241.5º37.38%58.04%-
HSV(B)241.5º42.55%73.73%-
XYZ20.8717.6749.89-
YUV117.72167.66122.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.09%
GREEN value IS 108 (42.58% from 255) = 26.60%
BLUE value IS 188 (73.83% from 255) = 46.31%
R=27.09%
G=26.60%
B=46.31%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101081880.410.4300.26241.537.3858.04
Hex6E6CBC292B01Af2253a
Octal15615427451530323624572
Binary110111011011001011110010100110101101101011110010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,108,188); }

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

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

 a { background-color: rgb(110,108,188); }

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

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

 span { border-color: rgb(110,108,188); }

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