#6463AC

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

Shades of Rich Blue #6463AC

Tints of Rich Blue #6463AC

Color information

#6463AC (or 0x6463AC) is unknown color: approx Rich Blue. HEX triplet: 64, 63 and AC. RGB value is (100,99,172). Sum of RGB (Red+Green+Blue) = 100+99+172=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #6463AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6463AC is #9B9C53. Grayscale: #6B6B6B. Windows color (decimal): -10198100 or 11297636. OLE color: 11297636.

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

Color convert

RGB10099172-
CMYK0.420.4200.33
HSL240.82º30.54%53.14%-
HSV(B)240.82º42.44%67.45%-
XYZ17.1614.6140.95-
YUV107.62164.33122.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 172 (67.58% from 255) = 46.36%
R=26.95%
G=26.68%
B=46.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100991720.420.4200.33240.8230.5453.14
Hex6463AC2A2A021f11f35
Octal14414325452520413613765
Binary110010011000111010110010101010101001000011111000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6463AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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