#616DB4

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

Shades of Chetwode Blue #616DB4

Tints of Chetwode Blue #616DB4

Color information

#616DB4 (or 0x616DB4) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6D and B4. RGB value is (97,109,180). Sum of RGB (Red+Green+Blue) = 97+109+180=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #616DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616DB4 is #9E924B. Grayscale: #717171. Windows color (decimal): -10392140 or 11824481. OLE color: 11824481.

HSL color Cylindrical-coordinate representation of color #616DB4: hue angle of 231.33º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #616DB4 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB97109180-
CMYK0.460.3900.29
HSL231.33º35.62%54.31%-
HSV(B)231.33º46.11%70.59%-
XYZ18.6416.7745.44-
YUV113.51165.52116.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.13%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 180 (70.70% from 255) = 46.63%
R=25.13%
G=28.24%
B=46.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971091800.460.3900.29231.3335.6254.31
Hex616DB42E2701De72436
Octal14115526456470353474466
Binary110000111011011011010010111010011101110111100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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