Html Css Color HEX #6164AB Rich Blue

📋 copy color: '#6164AB'

red 97 ◦ green 100 ◦ blue 171

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

Shades of Rich Blue #6164AB

Tints of Rich Blue #6164AB

RGB

 RED value IS 97 (38.28% from 255) = 26.36%

 GREEN value IS 100 (39.45% from 255) = 27.17%

 BLUE value IS 171 (67.19% from 255) = 46.47%

R = 26.36%
G = 27.17%
B = 46.47%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6164AB (or 0x6164AB) is known color: Rich Blue. HEX triplet: 61, 64 and AB. RGB value is (97,100,171). Sum of RGB (Red+Green+Blue) = 97+100+171=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #6164AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6164AB is #9E9B54. Grayscale: #6A6A6A. Windows color (decimal): -10394453 or 11232353. OLE color: 11232353.

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

Color convert

RGB 97 100 171 -
CMYK 0.43 0.42 0 0.33
HSL 237.57º 0.31% 0.53% -
HSV(B) 237.57º 0.43% 0.67% -
XYZ 16.84 14.6 40.46 -
YUV 107.2 164.01 120.73 -
System Red Green Blue C M Y K H S L
Decimal 97 100 171 0.43 0.42 0 0.33 237.57 0.31 0.53
Hex 61 64 AB 2B 2A 0 21 EE 1F 35
Octal 141 144 253 53 52 0 41 356 37 65
Binary 1100001 1100100 10101011 101011 101010 0 100001 11101110 11111 110101

Color Harmonies of #6164AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6164AB

Black with #6164AB

Text Example


Text Example

White with #6164AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6164AB;
 }
 .AnyTagClassName
 {
   color: #6164AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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