#616FAD

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

Shades of Chetwode Blue #616FAD

Tints of Chetwode Blue #616FAD

Color information

#616FAD (or 0x616FAD) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6F and AD. RGB value is (97,111,173). Sum of RGB (Red+Green+Blue) = 97+111+173=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #616FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616FAD is #9E9052. Grayscale: #717171. Windows color (decimal): -10391635 or 11366241. OLE color: 11366241.

HSL color Cylindrical-coordinate representation of color #616FAD: hue angle of 228.95º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #616FAD is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB97111173-
CMYK0.440.3600.32
HSL228.95º31.67%52.94%-
HSV(B)228.95º43.93%67.84%-
XYZ18.1616.9341.85-
YUV113.88161.36115.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.46%
GREEN value IS 111 (43.75% from 255) = 29.13%
BLUE value IS 173 (67.97% from 255) = 45.41%
R=25.46%
G=29.13%
B=45.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal971111730.440.3600.32228.9531.6752.94
Hex616FAD2C24020e52035
Octal14115725554440403454065
Binary1100001110111110101101101100100100010000011100101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,111,173); }

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

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

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

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

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

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

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