#6164AA

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

Shades of Rich Blue #6164AA

Tints of Rich Blue #6164AA

Color information

#6164AA (or 0x6164AA) is unknown color: approx Rich Blue. HEX triplet: 61, 64 and AA. RGB value is (97,100,170). Sum of RGB (Red+Green+Blue) = 97+100+170=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 100 (39.45% from 255 or 27.25% 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 #6164AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6164AA is #9E9B55. Grayscale: #6A6A6A. Windows color (decimal): -10394454 or 11166817. OLE color: 11166817.

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

Color convert

RGB97100170-
CMYK0.430.4100.33
HSL237.53º30.04%52.35%-
HSV(B)237.53º42.94%66.67%-
XYZ16.7414.5639.96-
YUV107.08163.51120.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971001700.430.4100.33237.5330.0452.35
Hex6164AA2B29021ee1e34
Octal14114425253510413563664
Binary110000111001001010101010101110100101000011110111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6164AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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