#616AAA

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

Shades of Chetwode Blue #616AAA

Tints of Chetwode Blue #616AAA

Color information

#616AAA (or 0x616AAA) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6A and AA. RGB value is (97,106,170). Sum of RGB (Red+Green+Blue) = 97+106+170=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #616AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616AAA is #9E9555. Grayscale: #6E6E6E. Windows color (decimal): -10392918 or 11168353. OLE color: 11168353.

HSL color Cylindrical-coordinate representation of color #616AAA: hue angle of 232.6º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #616AAA is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97106170-
CMYK0.430.3800.33
HSL232.6º30.04%52.35%-
HSV(B)232.6º42.94%66.67%-
XYZ17.3415.7540.16-
YUV110.6161.52118.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.01%
GREEN value IS 106 (41.80% from 255) = 28.42%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=26.01%
G=28.42%
B=45.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971061700.430.3800.33232.630.0452.35
Hex616AAA2B26021e91e34
Octal14115225253460413513664
Binary110000111010101010101010101110011001000011110100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616AAA; }

 p { color: rgb(97,106,170); }

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

<style>
 a { background-color: #616AAA; }

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

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

<style>
 span { border-color: #616AAA; }

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

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