#616AA5

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

Shades of Chetwode Blue #616AA5

Tints of Chetwode Blue #616AA5

Color information

#616AA5 (or 0x616AA5) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6A and A5. RGB value is (97,106,165). Sum of RGB (Red+Green+Blue) = 97+106+165=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 165 - color contains mainly: blue. Hex color #616AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616AA5 is #9E955A. Grayscale: #6D6D6D. Windows color (decimal): -10392923 or 10840673. OLE color: 10840673.

HSL color Cylindrical-coordinate representation of color #616AA5: hue angle of 232.06º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #616AA5 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB97106165-
CMYK0.410.3600.35
HSL232.06º27.42%51.37%-
HSV(B)232.06º41.21%64.71%-
XYZ16.8815.5737.71-
YUV110.04159.02118.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.36%
GREEN value IS 106 (41.80% from 255) = 28.80%
BLUE value IS 165 (64.84% from 255) = 44.84%
R=26.36%
G=28.80%
B=44.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971061650.410.3600.35232.0627.4251.37
Hex616AA52924023e81b33
Octal14115224551440433503363
Binary110000111010101010010110100110010001000111110100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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