#6E749A

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

Shades of Chetwode Blue #6E749A

Tints of Chetwode Blue #6E749A

Color information

#6E749A (or 0x6E749A) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 74 and 9A. RGB value is (110,116,154). Sum of RGB (Red+Green+Blue) = 110+116+154=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E749A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E749A is #918B65. Grayscale: #767676. Windows color (decimal): -9538406 or 10122350. OLE color: 10122350.

HSL color Cylindrical-coordinate representation of color #6E749A: hue angle of 231.82º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E749A is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB110116154-
CMYK0.290.2500.40
HSL231.82º17.89%51.76%-
HSV(B)231.82º28.57%60.39%-
XYZ18.5118.1433.1-
YUV118.54148.01121.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.95%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 154 (60.55% from 255) = 40.53%
R=28.95%
G=30.53%
B=40.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1101161540.290.2500.40231.8217.8951.76
Hex6E749A1D19028e81234
Octal15616423235310503502264
Binary1101110111010010011010111011100101010001110100010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,116,154); }

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

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

 a { background-color: rgb(110,116,154); }

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

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

 span { border-color: rgb(110,116,154); }

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