#616FAE

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

Shades of Chetwode Blue #616FAE

Tints of Chetwode Blue #616FAE

Color information

#616FAE (or 0x616FAE) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6F and AE. RGB value is (97,111,174). Sum of RGB (Red+Green+Blue) = 97+111+174=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #616FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616FAE is #9E9051. Grayscale: #717171. Windows color (decimal): -10391634 or 11431777. OLE color: 11431777.

HSL color Cylindrical-coordinate representation of color #616FAE: hue angle of 229.09º 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 #616FAE is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB97111174-
CMYK0.440.3600.32
HSL229.09º32.22%53.14%-
HSV(B)229.09º44.25%68.24%-
XYZ18.2516.9742.36-
YUV114161.86115.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.39%
GREEN value IS 111 (43.75% from 255) = 29.06%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=25.39%
G=29.06%
B=45.55%

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
Decimal971111740.440.3600.32229.0932.2253.14
Hex616FAE2C24020e52035
Octal14115725654440403454065
Binary1100001110111110101110101100100100010000011100101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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