Html Css Color HEX #62649A Rich Blue

📋 copy color: '#62649A'

red 98 ◦ green 100 ◦ blue 154

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

Shades of Rich Blue #62649A

Tints of Rich Blue #62649A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.75%

R = 27.84%
G = 28.41%
B = 43.75%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#62649A (or 0x62649A) is known color: Rich Blue. HEX triplet: 62, 64 and 9A. RGB value is (98,100,154). Sum of RGB (Red+Green+Blue) = 98+100+154=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 154 - color contains mainly: blue. Hex color #62649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62649A is #9D9B65. Grayscale: #696969. Windows color (decimal): -10328934 or 10118242. OLE color: 10118242.

HSL color Cylindrical-coordinate representation of color #62649A: hue angle of 237.86º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62649A is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 100 154 -
CMYK 0.36 0.35 0 0.40
HSL 237.86º 0.22% 0.49% -
HSV(B) 237.86º 0.36% 0.6% -
XYZ 15.43 14.04 32.47 -
YUV 105.56 155.34 122.61 -
System Red Green Blue C M Y K H S L
Decimal 98 100 154 0.36 0.35 0 0.40 237.86 0.22 0.49
Hex 62 64 9A 24 23 0 28 EE 16 31
Octal 142 144 232 44 43 0 50 356 26 61
Binary 1100010 1100100 10011010 100100 100011 0 101000 11101110 10110 110001

Color Harmonies of #62649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62649A

Black with #62649A

Text Example


Text Example

White with #62649A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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