#6364AA

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

Shades of Rich Blue #6364AA

Tints of Rich Blue #6364AA

Color information

#6364AA (or 0x6364AA) is unknown color: approx Rich Blue. HEX triplet: 63, 64 and AA. RGB value is (99,100,170). Sum of RGB (Red+Green+Blue) = 99+100+170=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #6364AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6364AA is #9C9B55. Grayscale: #6B6B6B. Windows color (decimal): -10263382 or 11166819. OLE color: 11166819.

HSL color Cylindrical-coordinate representation of color #6364AA: hue angle of 239.15º degrees, saturation: 0.29, 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 #6364AA is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB99100170-
CMYK0.420.4100.33
HSL239.15º29.46%52.75%-
HSV(B)239.15º41.76%66.67%-
XYZ16.9614.6739.97-
YUV107.68163.17121.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.83%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 170 (66.80% from 255) = 46.07%
R=26.83%
G=27.10%
B=46.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991001700.420.4100.33239.1529.4652.75
Hex6364AA2A29021ef1d35
Octal14314425252510413573565
Binary110001111001001010101010101010100101000011110111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6364AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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