Html Css Color HEX #604DB5 Blue Marguerite

📋 copy color: '#604DB5'

red 96 ◦ green 77 ◦ blue 181

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

Shades of Blue Marguerite #604DB5

Tints of Blue Marguerite #604DB5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.75%

 BLUE value IS 181 (71.09% from 255) = 51.13%

R = 27.12%
G = 21.75%
B = 51.13%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#604DB5 (or 0x604DB5) is known color: Blue Marguerite. HEX triplet: 60, 4D and B5. RGB value is (96,77,181). Sum of RGB (Red+Green+Blue) = 96+77+181=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 181 (71.09% from 255 or 51.13% from 354); Max value from RGB is 181 - color contains mainly: blue. Hex color #604DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604DB5 is #9FB24A. Grayscale: #5E5E5E. Windows color (decimal): -10465867 or 11881824. OLE color: 11881824.

HSL color Cylindrical-coordinate representation of color #604DB5: hue angle of 250.96º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #604DB5 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 77 181 -
CMYK 0.47 0.57 0 0.29
HSL 250.96º 0.41% 0.51% -
HSV(B) 250.96º 0.57% 0.71% -
XYZ 15.82 11.13 45.03 -
YUV 94.54 176.79 129.04 -
System Red Green Blue C M Y K H S L
Decimal 96 77 181 0.47 0.57 0 0.29 250.96 0.41 0.51
Hex 60 4D B5 2F 39 0 1D FB 29 33
Octal 140 115 265 57 71 0 35 373 51 63
Binary 1100000 1001101 10110101 101111 111001 0 11101 11111011 101001 110011

Color Harmonies of #604DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604DB5

Black with #604DB5

Text Example


Text Example

White with #604DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604DB5; }

 p { color: rgb(96,77,181); }

 H1.HeaderClassName
 {
   color: #604DB5;
 }
 .AnyTagClassName
 {
   color: #604DB5;
 }
</style>

background-color css

<style>
 a { background-color: #604DB5; }

 a { background-color: rgb(96,77,181); }

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

border-color css

<style>
 span { border-color: #604DB5; }

 span { border-color: rgb(96,77,181); }

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