#616AA7

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

Shades of Chetwode Blue #616AA7

Tints of Chetwode Blue #616AA7

Color information

#616AA7 (or 0x616AA7) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6A and A7. RGB value is (97,106,167). Sum of RGB (Red+Green+Blue) = 97+106+167=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 167 - color contains mainly: blue. Hex color #616AA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616AA7 is #9E9558. Grayscale: #6E6E6E. Windows color (decimal): -10392921 or 10971745. OLE color: 10971745.

HSL color Cylindrical-coordinate representation of color #616AA7: hue angle of 232.29º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #616AA7 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB97106167-
CMYK0.420.3700.35
HSL232.29º28.46%51.76%-
HSV(B)232.29º41.92%65.49%-
XYZ17.0615.6438.68-
YUV110.26160.02118.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 106 (41.80% from 255) = 28.65%
BLUE value IS 167 (65.62% from 255) = 45.14%
R=26.22%
G=28.65%
B=45.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971061670.420.3700.35232.2928.4651.76
Hex616AA72A25023e81c34
Octal14115224752450433503464
Binary110000111010101010011110101010010101000111110100011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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