Html Css Color HEX #62609F Rich Blue

📋 copy color: '#62609F'

red 98 ◦ green 96 ◦ blue 159

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

Shades of Rich Blue #62609F

Tints of Rich Blue #62609F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 27.76%
G = 27.2%
B = 45.04%

CMYK

 C value IS 0.38

 M value IS 0.40

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#62609F (or 0x62609F) is known color: Rich Blue. HEX triplet: 62, 60 and 9F. RGB value is (98,96,159). Sum of RGB (Red+Green+Blue) = 98+96+159=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #62609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62609F is #9D9F60. Grayscale: #676767. Windows color (decimal): -10329953 or 10444898. OLE color: 10444898.

HSL color Cylindrical-coordinate representation of color #62609F: hue angle of 241.9º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62609F is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 96 159 -
CMYK 0.38 0.40 0 0.38
HSL 241.9º 0.25% 0.5% -
HSV(B) 241.9º 0.4% 0.62% -
XYZ 15.48 13.47 34.58 -
YUV 103.78 159.16 123.88 -
System Red Green Blue C M Y K H S L
Decimal 98 96 159 0.38 0.40 0 0.38 241.9 0.25 0.5
Hex 62 60 9F 26 28 0 26 F2 19 32
Octal 142 140 237 46 50 0 46 362 31 62
Binary 1100010 1100000 10011111 100110 101000 0 100110 11110010 11001 110010

Color Harmonies of #62609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62609F

Black with #62609F

Text Example


Text Example

White with #62609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62609F; }

 p { color: rgb(98,96,159); }

 H1.HeaderClassName
 {
   color: #62609F;
 }
 .AnyTagClassName
 {
   color: #62609F;
 }
</style>

background-color css

<style>
 a { background-color: #62609F; }

 a { background-color: rgb(98,96,159); }

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

border-color css

<style>
 span { border-color: #62609F; }

 span { border-color: rgb(98,96,159); }

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