Html Css Color HEX #6160BB Rich Blue

📋 copy color: '#6160BB'

red 97 ◦ green 96 ◦ blue 187

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

Shades of Rich Blue #6160BB

Tints of Rich Blue #6160BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 25.53%
G = 25.26%
B = 49.21%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6160BB (or 0x6160BB) is known color: Rich Blue. HEX triplet: 61, 60 and BB. RGB value is (97,96,187). Sum of RGB (Red+Green+Blue) = 97+96+187=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #6160BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6160BB is #9E9F44. Grayscale: #6A6A6A. Windows color (decimal): -10395461 or 12279905. OLE color: 12279905.

HSL color Cylindrical-coordinate representation of color #6160BB: hue angle of 240.66º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6160BB is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 96 187 -
CMYK 0.48 0.49 0 0.27
HSL 240.66º 0.4% 0.55% -
HSV(B) 240.66º 0.49% 0.73% -
XYZ 18.08 14.49 48.86 -
YUV 106.67 173.33 121.1 -
System Red Green Blue C M Y K H S L
Decimal 97 96 187 0.48 0.49 0 0.27 240.66 0.4 0.55
Hex 61 60 BB 30 31 0 1B F1 28 37
Octal 141 140 273 60 61 0 33 361 50 67
Binary 1100001 1100000 10111011 110000 110001 0 11011 11110001 101000 110111

Color Harmonies of #6160BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6160BB

Black with #6160BB

Text Example


Text Example

White with #6160BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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