Html Css Color HEX #61649B Rich Blue

📋 copy color: '#61649B'

red 97 ◦ green 100 ◦ blue 155

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

Shades of Rich Blue #61649B

Tints of Rich Blue #61649B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.03%

R = 27.56%
G = 28.41%
B = 44.03%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61649B (or 0x61649B) is known color: Rich Blue. HEX triplet: 61, 64 and 9B. RGB value is (97,100,155). Sum of RGB (Red+Green+Blue) = 97+100+155=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #61649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61649B is #9E9B64. Grayscale: #696969. Windows color (decimal): -10394469 or 10183777. OLE color: 10183777.

HSL color Cylindrical-coordinate representation of color #61649B: hue angle of 236.9º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61649B is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 100 155 -
CMYK 0.37 0.35 0 0.39
HSL 236.9º 0.23% 0.49% -
HSV(B) 236.9º 0.37% 0.61% -
XYZ 15.4 14.02 32.91 -
YUV 105.37 156.01 122.03 -
System Red Green Blue C M Y K H S L
Decimal 97 100 155 0.37 0.35 0 0.39 236.9 0.23 0.49
Hex 61 64 9B 25 23 0 27 ED 17 31
Octal 141 144 233 45 43 0 47 355 27 61
Binary 1100001 1100100 10011011 100101 100011 0 100111 11101101 10111 110001

Color Harmonies of #61649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61649B

Black with #61649B

Text Example


Text Example

White with #61649B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61649B; }

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

 H1.HeaderClassName
 {
   color: #61649B;
 }
 .AnyTagClassName
 {
   color: #61649B;
 }
</style>

background-color css

<style>
 a { background-color: #61649B; }

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

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

border-color css

<style>
 span { border-color: #61649B; }

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

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