Html Css Color HEX #60649F Rich Blue

📋 copy color: '#60649F'

red 96 ◦ green 100 ◦ blue 159

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

Shades of Rich Blue #60649F

Tints of Rich Blue #60649F

RGB

 RED value IS 96 (37.89% from 255) = 27.04%

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

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

R = 27.04%
G = 28.17%
B = 44.79%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60649F (or 0x60649F) is known color: Rich Blue. HEX triplet: 60, 64 and 9F. RGB value is (96,100,159). Sum of RGB (Red+Green+Blue) = 96+100+159=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #60649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60649F is #9F9B60. Grayscale: #696969. Windows color (decimal): -10460001 or 10445920. OLE color: 10445920.

HSL color Cylindrical-coordinate representation of color #60649F: hue angle of 236.19º 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 #60649F is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 100 159 -
CMYK 0.40 0.37 0 0.38
HSL 236.19º 0.25% 0.5% -
HSV(B) 236.19º 0.4% 0.62% -
XYZ 15.64 14.1 34.7 -
YUV 105.53 158.17 121.2 -
System Red Green Blue C M Y K H S L
Decimal 96 100 159 0.40 0.37 0 0.38 236.19 0.25 0.5
Hex 60 64 9F 28 25 0 26 EC 19 32
Octal 140 144 237 50 45 0 46 354 31 62
Binary 1100000 1100100 10011111 101000 100101 0 100110 11101100 11001 110010

Color Harmonies of #60649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60649F

Black with #60649F

Text Example


Text Example

White with #60649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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