#616BB1

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

Shades of Chetwode Blue #616BB1

Tints of Chetwode Blue #616BB1

Color information

#616BB1 (or 0x616BB1) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6B and B1. RGB value is (97,107,177). Sum of RGB (Red+Green+Blue) = 97+107+177=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #616BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616BB1 is #9E944E. Grayscale: #6F6F6F. Windows color (decimal): -10392655 or 11627361. OLE color: 11627361.

HSL color Cylindrical-coordinate representation of color #616BB1: hue angle of 232.5º degrees, saturation: 0.34, 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 #616BB1 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97107177-
CMYK0.450.4000.31
HSL232.5º33.9%53.73%-
HSV(B)232.5º45.2%69.41%-
XYZ18.1216.2343.77-
YUV111.99164.69117.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.46%
GREEN value IS 107 (42.19% from 255) = 28.08%
BLUE value IS 177 (69.53% from 255) = 46.46%
R=25.46%
G=28.08%
B=46.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971071770.450.4000.31232.533.953.73
Hex616BB12D2801Fe82236
Octal14115326155500373504266
Binary110000111010111011000110110110100001111111101000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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