#616AAC

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

Shades of Chetwode Blue #616AAC

Tints of Chetwode Blue #616AAC

Color information

#616AAC (or 0x616AAC) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6A and AC. RGB value is (97,106,172). Sum of RGB (Red+Green+Blue) = 97+106+172=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #616AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616AAC is #9E9553. Grayscale: #6E6E6E. Windows color (decimal): -10392916 or 11299425. OLE color: 11299425.

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

Color convert

RGB97106172-
CMYK0.440.3800.33
HSL232.8º31.12%52.75%-
HSV(B)232.8º43.6%67.45%-
XYZ17.5315.8341.16-
YUV110.83162.52118.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.87%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=25.87%
G=28.27%
B=45.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971061720.440.3800.33232.831.1252.75
Hex616AAC2C26021e91f35
Octal14115225454460413513765
Binary110000111010101010110010110010011001000011110100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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