#6A6EAD

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

Shades of Chetwode Blue #6A6EAD

Tints of Chetwode Blue #6A6EAD

Color information

#6A6EAD (or 0x6A6EAD) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 6E and AD. RGB value is (106,110,173). Sum of RGB (Red+Green+Blue) = 106+110+173=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A6EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6EAD is #959152. Grayscale: #737373. Windows color (decimal): -9802067 or 11365994. OLE color: 11365994.

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

Color convert

RGB106110173-
CMYK0.390.3600.32
HSL236.42º29%54.71%-
HSV(B)236.42º38.73%67.84%-
XYZ19.0617.2341.86-
YUV115.99160.17120.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.25%
GREEN value IS 110 (43.36% from 255) = 28.28%
BLUE value IS 173 (67.97% from 255) = 44.47%
R=27.25%
G=28.28%
B=44.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061101730.390.3600.32236.422954.71
Hex6A6EAD2724020ec1d37
Octal15215625547440403543567
Binary110101011011101010110110011110010001000001110110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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