#616DB1

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

Shades of Chetwode Blue #616DB1

Tints of Chetwode Blue #616DB1

Color information

#616DB1 (or 0x616DB1) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6D and B1. RGB value is (97,109,177). Sum of RGB (Red+Green+Blue) = 97+109+177=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #616DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616DB1 is #9E924E. Grayscale: #707070. Windows color (decimal): -10392143 or 11627873. OLE color: 11627873.

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

Color convert

RGB97109177-
CMYK0.450.3800.31
HSL231º33.9%53.73%-
HSV(B)231º45.2%69.41%-
XYZ18.3316.6543.84-
YUV113.16164.02116.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.33%
GREEN value IS 109 (42.97% from 255) = 28.46%
BLUE value IS 177 (69.53% from 255) = 46.21%
R=25.33%
G=28.46%
B=46.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971091770.450.3800.3123133.953.73
Hex616DB12D2601Fe72236
Octal14115526155460373474266
Binary110000111011011011000110110110011001111111100111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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