#616FAA

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

Shades of Chetwode Blue #616FAA

Tints of Chetwode Blue #616FAA

Color information

#616FAA (or 0x616FAA) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6F and AA. RGB value is (97,111,170). Sum of RGB (Red+Green+Blue) = 97+111+170=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #616FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616FAA is #9E9055. Grayscale: #717171. Windows color (decimal): -10391638 or 11169633. OLE color: 11169633.

HSL color Cylindrical-coordinate representation of color #616FAA: hue angle of 228.49º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #616FAA is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97111170-
CMYK0.430.3500.33
HSL228.49º30.04%52.35%-
HSV(B)228.49º42.94%66.67%-
XYZ17.8716.8140.33-
YUV113.54159.86116.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.66%
GREEN value IS 111 (43.75% from 255) = 29.37%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=25.66%
G=29.37%
B=44.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971111700.430.3500.33228.4930.0452.35
Hex616FAA2B23021e41e34
Octal14115725253430413443664
Binary110000111011111010101010101110001101000011110010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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