#6461AA

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

Shades of Rich Blue #6461AA

Tints of Rich Blue #6461AA

Color information

#6461AA (or 0x6461AA) is unknown color: approx Rich Blue. HEX triplet: 64, 61 and AA. RGB value is (100,97,170). Sum of RGB (Red+Green+Blue) = 100+97+170=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #6461AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6461AA is #9B9E55. Grayscale: #696969. Windows color (decimal): -10198614 or 11166052. OLE color: 11166052.

HSL color Cylindrical-coordinate representation of color #6461AA: hue angle of 242.47º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6461AA is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10097170-
CMYK0.410.4300.33
HSL242.47º30.04%52.35%-
HSV(B)242.47º42.94%66.67%-
XYZ16.7914.1639.88-
YUV106.22163.99123.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 97 (38.28% from 255) = 26.43%
BLUE value IS 170 (66.80% from 255) = 46.32%
R=27.25%
G=26.43%
B=46.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100971700.410.4300.33242.4730.0452.35
Hex6461AA292B021f21e34
Octal14414125251530413623664
Binary110010011000011010101010100110101101000011111001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6461AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6461AA; }

 p { color: rgb(100,97,170); }

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

<style>
 a { background-color: #6461AA; }

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

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

<style>
 span { border-color: #6461AA; }

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

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