#616FB0

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

Shades of Chetwode Blue #616FB0

Tints of Chetwode Blue #616FB0

Color information

#616FB0 (or 0x616FB0) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6F and B0. RGB value is (97,111,176). Sum of RGB (Red+Green+Blue) = 97+111+176=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 176 - color contains mainly: blue. Hex color #616FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616FB0 is #9E904F. Grayscale: #717171. Windows color (decimal): -10391632 or 11562849. OLE color: 11562849.

HSL color Cylindrical-coordinate representation of color #616FB0: hue angle of 229.37º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #616FB0 is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97111176-
CMYK0.450.3700.31
HSL229.37º33.33%53.53%-
HSV(B)229.37º44.89%69.02%-
XYZ18.4517.0443.39-
YUV114.22162.86115.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.26%
GREEN value IS 111 (43.75% from 255) = 28.91%
BLUE value IS 176 (69.14% from 255) = 45.83%
R=25.26%
G=28.91%
B=45.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971111760.450.3700.31229.3733.3353.53
Hex616FB02D2501Fe52136
Octal14115726055450373454166
Binary110000111011111011000010110110010101111111100101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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