#6E74AD

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

Shades of Chetwode Blue #6E74AD

Tints of Chetwode Blue #6E74AD

Color information

#6E74AD (or 0x6E74AD) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 74 and AD. RGB value is (110,116,173). Sum of RGB (Red+Green+Blue) = 110+116+173=399 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.57% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E74AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E74AD is #918B52. Grayscale: #787878. Windows color (decimal): -9538387 or 11367534. OLE color: 11367534.

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

Color convert

RGB110116173-
CMYK0.360.3300.32
HSL234.29º27.75%55.49%-
HSV(B)234.29º36.42%67.84%-
XYZ20.2218.8242.1-
YUV120.7157.51120.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.57%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 173 (67.97% from 255) = 43.36%
R=27.57%
G=29.07%
B=43.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101161730.360.3300.32234.2927.7555.49
Hex6E74AD2421020ea1c37
Octal15616425544410403523467
Binary110111011101001010110110010010000101000001110101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E74AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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