Html Css Color HEX #62619B Rich Blue

📋 copy color: '#62619B'

red 98 ◦ green 97 ◦ blue 155

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

Shades of Rich Blue #62619B

Tints of Rich Blue #62619B

RGB

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

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

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

R = 28%
G = 27.71%
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

#62619B (or 0x62619B) is known color: Rich Blue. HEX triplet: 62, 61 and 9B. RGB value is (98,97,155). Sum of RGB (Red+Green+Blue) = 98+97+155=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 97 (38.28% from 255 or 27.71% 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 #62619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62619B is #9D9E64. Grayscale: #676767. Windows color (decimal): -10329701 or 10183010. OLE color: 10183010.

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

Color convert

RGB 98 97 155 -
CMYK 0.37 0.37 0 0.39
HSL 241.03º 0.23% 0.49% -
HSV(B) 241.03º 0.37% 0.61% -
XYZ 15.23 13.51 32.82 -
YUV 103.91 156.83 123.78 -
System Red Green Blue C M Y K H S L
Decimal 98 97 155 0.37 0.37 0 0.39 241.03 0.23 0.49
Hex 62 61 9B 25 25 0 27 F1 17 31
Octal 142 141 233 45 45 0 47 361 27 61
Binary 1100010 1100001 10011011 100101 100101 0 100111 11110001 10111 110001

Color Harmonies of #62619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62619B

Black with #62619B

Text Example


Text Example

White with #62619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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