Html Css Color HEX #6164AF Rich Blue

📋 copy color: '#6164AF'

red 97 ◦ green 100 ◦ blue 175

#6164AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #6164AF

Tints of Rich Blue #6164AF

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 value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6164AF (or 0x6164AF) is known color: 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

RGB 97 100 175 -
CMYK 0.45 0.43 0 0.31
HSL 237.69º 0.33% 0.53% -
HSV(B) 237.69º 0.45% 0.69% -
XYZ 17.22 14.75 42.5 -
YUV 107.65 166.01 120.4 -
System Red Green Blue C M Y K H S L
Decimal 97 100 175 0.45 0.43 0 0.31 237.69 0.33 0.53
Hex 61 64 AF 2D 2B 0 1F EE 21 35
Octal 141 144 257 55 53 0 37 356 41 65
Binary 1100001 1100100 10101111 101101 101011 0 11111 11101110 100001 110101

Color Harmonies of #6164AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6164AF

Black with #6164AF

Text Example


Text Example

White with #6164AF

Text Example


Text Example

HTML Codes & Css Web 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>