Html Css Color HEX #61629B Rich Blue

📋 copy color: '#61629B'

red 97 ◦ green 98 ◦ blue 155

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

Shades of Rich Blue #61629B

Tints of Rich Blue #61629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

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

R = 27.71%
G = 28%
B = 44.29%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61629B (or 0x61629B) is known color: Rich Blue. HEX triplet: 61, 62 and 9B. RGB value is (97,98,155). Sum of RGB (Red+Green+Blue) = 97+98+155=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #61629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61629B is #9E9D64. Grayscale: #676767. Windows color (decimal): -10394981 or 10183265. OLE color: 10183265.

HSL color Cylindrical-coordinate representation of color #61629B: hue angle of 238.97º 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 #61629B is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 98 155 -
CMYK 0.37 0.37 0 0.39
HSL 238.97º 0.23% 0.49% -
HSV(B) 238.97º 0.37% 0.61% -
XYZ 15.21 13.64 32.84 -
YUV 104.2 156.67 122.87 -
System Red Green Blue C M Y K H S L
Decimal 97 98 155 0.37 0.37 0 0.39 238.97 0.23 0.49
Hex 61 62 9B 25 25 0 27 EF 17 31
Octal 141 142 233 45 45 0 47 357 27 61
Binary 1100001 1100010 10011011 100101 100101 0 100111 11101111 10111 110001

Color Harmonies of #61629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61629B

Black with #61629B

Text Example


Text Example

White with #61629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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