Html Css Color HEX #6160A4 Rich Blue

📋 copy color: '#6160A4'

red 97 ◦ green 96 ◦ blue 164

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

Shades of Rich Blue #6160A4

Tints of Rich Blue #6160A4

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.89%

 BLUE value IS 164 (64.45% from 255) = 45.94%

R = 27.17%
G = 26.89%
B = 45.94%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6160A4 (or 0x6160A4) is known color: Rich Blue. HEX triplet: 61, 60 and A4. RGB value is (97,96,164). Sum of RGB (Red+Green+Blue) = 97+96+164=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 164 - color contains mainly: blue. Hex color #6160A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6160A4 is #9E9F5B. Grayscale: #676767. Windows color (decimal): -10395484 or 10772577. OLE color: 10772577.

HSL color Cylindrical-coordinate representation of color #6160A4: hue angle of 240.88º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6160A4 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 96 164 -
CMYK 0.41 0.41 0 0.36
HSL 240.88º 0.27% 0.51% -
HSV(B) 240.88º 0.41% 0.64% -
XYZ 15.81 13.59 36.91 -
YUV 104.05 161.83 122.97 -
System Red Green Blue C M Y K H S L
Decimal 97 96 164 0.41 0.41 0 0.36 240.88 0.27 0.51
Hex 61 60 A4 29 29 0 24 F1 1B 33
Octal 141 140 244 51 51 0 44 361 33 63
Binary 1100001 1100000 10100100 101001 101001 0 100100 11110001 11011 110011

Color Harmonies of #6160A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6160A4

Black with #6160A4

Text Example


Text Example

White with #6160A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6160A4; }

 p { color: rgb(97,96,164); }

 H1.HeaderClassName
 {
   color: #6160A4;
 }
 .AnyTagClassName
 {
   color: #6160A4;
 }
</style>

background-color css

<style>
 a { background-color: #6160A4; }

 a { background-color: rgb(97,96,164); }

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

border-color css

<style>
 span { border-color: #6160A4; }

 span { border-color: rgb(97,96,164); }

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