#6164AE

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

Shades of Rich Blue #6164AE

Tints of Rich Blue #6164AE

Color information

#6164AE (or 0x6164AE) is unknown color: approx Rich Blue. HEX triplet: 61, 64 and AE. RGB value is (97,100,174). Sum of RGB (Red+Green+Blue) = 97+100+174=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #6164AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6164AE is #9E9B51. Grayscale: #6B6B6B. Windows color (decimal): -10394450 or 11428961. OLE color: 11428961.

HSL color Cylindrical-coordinate representation of color #6164AE: hue angle of 237.66º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6164AE is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB97100174-
CMYK0.440.4300.32
HSL237.66º32.22%53.14%-
HSV(B)237.66º44.25%68.24%-
XYZ17.1314.7141.98-
YUV107.54165.51120.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=26.15%
G=26.95%
B=46.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal971001740.440.4300.32237.6632.2253.14
Hex6164AE2C2B020ee2035
Octal14114425654530403564065
Binary1100001110010010101110101100101011010000011101110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6164AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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