Html Css Color HEX #604CBA Blue Marguerite

📋 copy color: '#604CBA'

red 96 ◦ green 76 ◦ blue 186

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

Shades of Blue Marguerite #604CBA

Tints of Blue Marguerite #604CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.23%

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 26.82%
G = 21.23%
B = 51.96%

CMYK

 C value IS 0.48

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#604CBA (or 0x604CBA) is known color: Blue Marguerite. HEX triplet: 60, 4C and BA. RGB value is (96,76,186). Sum of RGB (Red+Green+Blue) = 96+76+186=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #604CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604CBA is #9FB345. Grayscale: #5E5E5E. Windows color (decimal): -10466118 or 12209248. OLE color: 12209248.

HSL color Cylindrical-coordinate representation of color #604CBA: hue angle of 250.91º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #604CBA is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 76 186 -
CMYK 0.48 0.59 0 0.27
HSL 250.91º 0.44% 0.51% -
HSV(B) 250.91º 0.59% 0.73% -
XYZ 16.27 11.2 47.76 -
YUV 94.52 179.63 129.06 -
System Red Green Blue C M Y K H S L
Decimal 96 76 186 0.48 0.59 0 0.27 250.91 0.44 0.51
Hex 60 4C BA 30 3B 0 1B FB 2C 33
Octal 140 114 272 60 73 0 33 373 54 63
Binary 1100000 1001100 10111010 110000 111011 0 11011 11111011 101100 110011

Color Harmonies of #604CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604CBA

Black with #604CBA

Text Example


Text Example

White with #604CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,76,186); }

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

background-color css

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

 a { background-color: rgb(96,76,186); }

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

border-color css

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

 span { border-color: rgb(96,76,186); }

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