#616FBA

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

Shades of Chetwode Blue #616FBA

Tints of Chetwode Blue #616FBA

Color information

#616FBA (or 0x616FBA) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6F and BA. RGB value is (97,111,186). Sum of RGB (Red+Green+Blue) = 97+111+186=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #616FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FBA is #9E9045. Grayscale: #737373. Windows color (decimal): -10391622 or 12218209. OLE color: 12218209.

HSL color Cylindrical-coordinate representation of color #616FBA: hue angle of 230.56º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #616FBA is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB97111186-
CMYK0.480.4000.27
HSL230.56º39.21%55.49%-
HSV(B)230.56º47.85%72.94%-
XYZ19.4817.4648.8-
YUV115.36167.86114.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=24.62%
G=28.17%
B=47.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971111860.480.4000.27230.5639.2155.49
Hex616FBA302801Be72737
Octal14115727260500333474767
Binary110000111011111011101011000010100001101111100111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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