#6261AB

Color #6261AB Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #6261AB

Tints of Rich Blue #6261AB

Color information

#6261AB (or 0x6261AB) is unknown color: approx Rich Blue. HEX triplet: 62, 61 and AB. RGB value is (98,97,171). Sum of RGB (Red+Green+Blue) = 98+97+171=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #6261AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6261AB is #9D9E54. Grayscale: #696969. Windows color (decimal): -10329685 or 11231586. OLE color: 11231586.

HSL color Cylindrical-coordinate representation of color #6261AB: hue angle of 240.81º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6261AB is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9897171-
CMYK0.430.4300.33
HSL240.81º30.58%52.55%-
HSV(B)240.81º43.27%67.06%-
XYZ16.6614.0940.37-
YUV105.74164.83122.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.78%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=26.78%
G=26.50%
B=46.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98971710.430.4300.33240.8130.5852.55
Hex6261AB2B2B021f11f35
Octal14214125353530413613765
Binary110001011000011010101110101110101101000011111000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6261AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6261AB; }

 p { color: rgb(98,97,171); }

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

<style>
 a { background-color: #6261AB; }

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

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

<style>
 span { border-color: #6261AB; }

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

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