Html Css Color HEX #604BA3 Blue Marguerite

📋 copy color: '#604BA3'

red 96 ◦ green 75 ◦ blue 163

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

Shades of Blue Marguerite #604BA3

Tints of Blue Marguerite #604BA3

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.46%

 BLUE value IS 163 (64.06% from 255) = 48.8%

R = 28.74%
G = 22.46%
B = 48.8%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#604BA3 (or 0x604BA3) is known color: Blue Marguerite. HEX triplet: 60, 4B and A3. RGB value is (96,75,163). Sum of RGB (Red+Green+Blue) = 96+75+163=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 163 (64.06% from 255 or 48.80% from 334); Max value from RGB is 163 - color contains mainly: blue. Hex color #604BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604BA3 is #9FB45C. Grayscale: #5A5A5A. Windows color (decimal): -10466397 or 10701664. OLE color: 10701664.

HSL color Cylindrical-coordinate representation of color #604BA3: hue angle of 254.32º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #604BA3 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 75 163 -
CMYK 0.41 0.54 0 0.36
HSL 254.32º 0.37% 0.47% -
HSV(B) 254.32º 0.54% 0.64% -
XYZ 13.95 10.16 35.88 -
YUV 91.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 96 75 163 0.41 0.54 0 0.36 254.32 0.37 0.47
Hex 60 4B A3 29 36 0 24 FE 25 2F
Octal 140 113 243 51 66 0 44 376 45 57
Binary 1100000 1001011 10100011 101001 110110 0 100100 11111110 100101 101111

Color Harmonies of #604BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604BA3

Black with #604BA3

Text Example


Text Example

White with #604BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,75,163); }

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

background-color css

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

 a { background-color: rgb(96,75,163); }

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

border-color css

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

 span { border-color: rgb(96,75,163); }

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