#616CB4

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

Shades of Chetwode Blue #616CB4

Tints of Chetwode Blue #616CB4

Color information

#616CB4 (or 0x616CB4) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6C and B4. RGB value is (97,108,180). Sum of RGB (Red+Green+Blue) = 97+108+180=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #616CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616CB4 is #9E934B. Grayscale: #707070. Windows color (decimal): -10392396 or 11824225. OLE color: 11824225.

HSL color Cylindrical-coordinate representation of color #616CB4: hue angle of 232.05º 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 #616CB4 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB97108180-
CMYK0.460.4000.29
HSL232.05º35.62%54.31%-
HSV(B)232.05º46.11%70.59%-
XYZ18.5316.5645.4-
YUV112.92165.86116.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.19%
GREEN value IS 108 (42.58% from 255) = 28.05%
BLUE value IS 180 (70.70% from 255) = 46.75%
R=25.19%
G=28.05%
B=46.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971081800.460.4000.29232.0535.6254.31
Hex616CB42E2801De82436
Octal14115426456500353504466
Binary110000111011001011010010111010100001110111101000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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