#6E759D

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

Shades of Chetwode Blue #6E759D

Tints of Chetwode Blue #6E759D

Color information

#6E759D (or 0x6E759D) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 75 and 9D. RGB value is (110,117,157). Sum of RGB (Red+Green+Blue) = 110+117+157=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E759D is #918A62. Grayscale: #777777. Windows color (decimal): -9538147 or 10319214. OLE color: 10319214.

HSL color Cylindrical-coordinate representation of color #6E759D: hue angle of 231.06º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E759D is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB110117157-
CMYK0.300.2500.38
HSL231.06º19.34%52.35%-
HSV(B)231.06º29.94%61.57%-
XYZ18.8818.4734.47-
YUV119.47149.18121.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.65%
GREEN value IS 117 (46.09% from 255) = 30.47%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=28.65%
G=30.47%
B=40.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1101171570.300.2500.38231.0619.3452.35
Hex6E759D1E19026e71334
Octal15616523536310463472364
Binary1101110111010110011101111101100101001101110011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,117,157); }

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

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

 a { background-color: rgb(110,117,157); }

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

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

 span { border-color: rgb(110,117,157); }

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