#6E74A4

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

Shades of Chetwode Blue #6E74A4

Tints of Chetwode Blue #6E74A4

Color information

#6E74A4 (or 0x6E74A4) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 74 and A4. RGB value is (110,116,164). Sum of RGB (Red+Green+Blue) = 110+116+164=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E74A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E74A4 is #918B5B. Grayscale: #777777. Windows color (decimal): -9538396 or 10777710. OLE color: 10777710.

HSL color Cylindrical-coordinate representation of color #6E74A4: hue angle of 233.33º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E74A4 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB110116164-
CMYK0.330.2900.36
HSL233.33º22.88%53.73%-
HSV(B)233.33º32.93%64.31%-
XYZ19.3818.4937.67-
YUV119.68153.01121.1-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.21%
GREEN value IS 116 (45.70% from 255) = 29.74%
BLUE value IS 164 (64.45% from 255) = 42.05%
R=28.21%
G=29.74%
B=42.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101161640.330.2900.36233.3322.8853.73
Hex6E74A4211D024e91736
Octal15616424441350443512766
Binary11011101110100101001001000011110101001001110100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E74A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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