Html Css Color HEX #6163A1 Rich Blue

📋 copy color: '#6163A1'

red 97 ◦ green 99 ◦ blue 161

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

Shades of Rich Blue #6163A1

Tints of Rich Blue #6163A1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.73%

 BLUE value IS 161 (63.28% from 255) = 45.1%

R = 27.17%
G = 27.73%
B = 45.1%

CMYK

 C value IS 0.40

 M value IS 0.39

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6163A1 (or 0x6163A1) is known color: Rich Blue. HEX triplet: 61, 63 and A1. RGB value is (97,99,161). Sum of RGB (Red+Green+Blue) = 97+99+161=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 161 - color contains mainly: blue. Hex color #6163A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6163A1 is #9E9C5E. Grayscale: #696969. Windows color (decimal): -10394719 or 10576737. OLE color: 10576737.

HSL color Cylindrical-coordinate representation of color #6163A1: hue angle of 238.12º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6163A1 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 99 161 -
CMYK 0.40 0.39 0 0.37
HSL 238.13º 0.25% 0.51% -
HSV(B) 238.13º 0.4% 0.63% -
XYZ 15.82 14.04 35.59 -
YUV 105.47 159.34 121.96 -
System Red Green Blue C M Y K H S L
Decimal 97 99 161 0.40 0.39 0 0.37 238.13 0.25 0.51
Hex 61 63 A1 28 27 0 25 EE 19 33
Octal 141 143 241 50 47 0 45 356 31 63
Binary 1100001 1100011 10100001 101000 100111 0 100101 11101110 11001 110011

Color Harmonies of #6163A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6163A1

Black with #6163A1

Text Example


Text Example

White with #6163A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6163A1; }

 p { color: rgb(97,99,161); }

 H1.HeaderClassName
 {
   color: #6163A1;
 }
 .AnyTagClassName
 {
   color: #6163A1;
 }
</style>

background-color css

<style>
 a { background-color: #6163A1; }

 a { background-color: rgb(97,99,161); }

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

border-color css

<style>
 span { border-color: #6163A1; }

 span { border-color: rgb(97,99,161); }

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