#6A6AAD

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

Shades of Chetwode Blue #6A6AAD

Tints of Chetwode Blue #6A6AAD

Color information

#6A6AAD (or 0x6A6AAD) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 6A and AD. RGB value is (106,106,173). Sum of RGB (Red+Green+Blue) = 106+106+173=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A6AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6AAD is #959552. Grayscale: #717171. Windows color (decimal): -9803091 or 11364970. OLE color: 11364970.

HSL color Cylindrical-coordinate representation of color #6A6AAD: hue angle of 240º 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 #6A6AAD is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB106106173-
CMYK0.390.3900.32
HSL240º29%54.71%-
HSV(B)240º38.73%67.84%-
XYZ18.6416.3941.72-
YUV113.64161.5122.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.53%
GREEN value IS 106 (41.80% from 255) = 27.53%
BLUE value IS 173 (67.97% from 255) = 44.94%
R=27.53%
G=27.53%
B=44.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061061730.390.3900.322402954.71
Hex6A6AAD2727020f01d37
Octal15215225547470403603567
Binary110101011010101010110110011110011101000001111000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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