Html Css Color HEX #62649F Rich Blue

📋 copy color: '#62649F'

red 98 ◦ green 100 ◦ blue 159

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

Shades of Rich Blue #62649F

Tints of Rich Blue #62649F

RGB

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

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

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

R = 27.45%
G = 28.01%
B = 44.54%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#62649F (or 0x62649F) is known color: Rich Blue. HEX triplet: 62, 64 and 9F. RGB value is (98,100,159). Sum of RGB (Red+Green+Blue) = 98+100+159=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #62649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62649F is #9D9B60. Grayscale: #696969. Windows color (decimal): -10328929 or 10445922. OLE color: 10445922.

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

Color convert

RGB 98 100 159 -
CMYK 0.38 0.37 0 0.38
HSL 238.03º 0.24% 0.5% -
HSV(B) 238.03º 0.38% 0.62% -
XYZ 15.85 14.21 34.71 -
YUV 106.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 98 100 159 0.38 0.37 0 0.38 238.03 0.24 0.5
Hex 62 64 9F 26 25 0 26 EE 18 32
Octal 142 144 237 46 45 0 46 356 30 62
Binary 1100010 1100100 10011111 100110 100101 0 100110 11101110 11000 110010

Color Harmonies of #62649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62649F

Black with #62649F

Text Example


Text Example

White with #62649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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