#616BAA

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

Shades of Chetwode Blue #616BAA

Tints of Chetwode Blue #616BAA

Color information

#616BAA (or 0x616BAA) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6B and AA. RGB value is (97,107,170). Sum of RGB (Red+Green+Blue) = 97+107+170=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #616BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616BAA is #9E9455. Grayscale: #6E6E6E. Windows color (decimal): -10392662 or 11168609. OLE color: 11168609.

HSL color Cylindrical-coordinate representation of color #616BAA: hue angle of 231.78º 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 #616BAA is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97107170-
CMYK0.430.3700.33
HSL231.78º30.04%52.35%-
HSV(B)231.78º42.94%66.67%-
XYZ17.4415.9640.19-
YUV111.19161.19117.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.94%
GREEN value IS 107 (42.19% from 255) = 28.61%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=25.94%
G=28.61%
B=45.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971071700.430.3700.33231.7830.0452.35
Hex616BAA2B25021e81e34
Octal14115325253450413503664
Binary110000111010111010101010101110010101000011110100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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