#6161BA

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

Shades of Chetwode Blue #6161BA

Tints of Chetwode Blue #6161BA

Color information

#6161BA (or 0x6161BA) is unknown color: approx Chetwode Blue. HEX triplet: 61, 61 and BA. RGB value is (97,97,186). Sum of RGB (Red+Green+Blue) = 97+97+186=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #6161BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6161BA is #9E9E45. Grayscale: #6A6A6A. Windows color (decimal): -10395206 or 12214625. OLE color: 12214625.

HSL color Cylindrical-coordinate representation of color #6161BA: hue angle of 240º 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 #6161BA is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9797186-
CMYK0.480.4800.27
HSL240º39.21%55.49%-
HSV(B)240º47.85%72.94%-
XYZ18.0714.6448.33-
YUV107.15172.5120.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=25.53%
G=25.53%
B=48.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal97971860.480.4800.2724039.2155.49
Hex6161BA303001Bf02737
Octal14114127260600333604767
Binary110000111000011011101011000011000001101111110000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6161BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6161BA; }

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

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

<style>
 a { background-color: #6161BA; }

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

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

<style>
 span { border-color: #6161BA; }

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

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