#6164AF

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

Shades of Rich Blue #6164AF

Tints of Rich Blue #6164AF

Color information

#6164AF (or 0x6164AF) is unknown color: approx Rich Blue. HEX triplet: 61, 64 and AF. RGB value is (97,100,175). Sum of RGB (Red+Green+Blue) = 97+100+175=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #6164AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6164AF is #9E9B50. Grayscale: #6B6B6B. Windows color (decimal): -10394449 or 11494497. OLE color: 11494497.

HSL color Cylindrical-coordinate representation of color #6164AF: hue angle of 237.69º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6164AF is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97100175-
CMYK0.450.4300.31
HSL237.69º32.77%53.33%-
HSV(B)237.69º44.57%68.63%-
XYZ17.2214.7542.5-
YUV107.65166.01120.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 175 (68.75% from 255) = 47.04%
R=26.08%
G=26.88%
B=47.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971001750.450.4300.31237.6932.7753.33
Hex6164AF2D2B01Fee2135
Octal14114425755530373564165
Binary110000111001001010111110110110101101111111101110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6164AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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