#6460AC

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

Shades of Rich Blue #6460AC

Tints of Rich Blue #6460AC

Color information

#6460AC (or 0x6460AC) is unknown color: approx Rich Blue. HEX triplet: 64, 60 and AC. RGB value is (100,96,172). Sum of RGB (Red+Green+Blue) = 100+96+172=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #6460AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6460AC is #9B9F53. Grayscale: #696969. Windows color (decimal): -10198868 or 11296868. OLE color: 11296868.

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

Color convert

RGB10096172-
CMYK0.420.4400.33
HSL243.16º31.4%52.55%-
HSV(B)243.16º44.19%67.45%-
XYZ16.8814.0540.85-
YUV105.86165.33123.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 172 (67.58% from 255) = 46.74%
R=27.17%
G=26.09%
B=46.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100961720.420.4400.33243.1631.452.55
Hex6460AC2A2C021f31f35
Octal14414025452540413633765
Binary110010011000001010110010101010110001000011111001111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6460AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6460AC; }

 p { color: rgb(100,96,172); }

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

<style>
 a { background-color: #6460AC; }

 a { background-color: rgb(100,96,172); }

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

<style>
 span { border-color: #6460AC; }

 span { border-color: rgb(100,96,172); }

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