Html Css Color HEX #6054B0 Blue Marguerite

📋 copy color: '#6054B0'

red 96 ◦ green 84 ◦ blue 176

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

Shades of Blue Marguerite #6054B0

Tints of Blue Marguerite #6054B0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.6%

 BLUE value IS 176 (69.14% from 255) = 49.44%

R = 26.97%
G = 23.6%
B = 49.44%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6054B0 (or 0x6054B0) is known color: Blue Marguerite. HEX triplet: 60, 54 and B0. RGB value is (96,84,176). Sum of RGB (Red+Green+Blue) = 96+84+176=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #6054B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6054B0 is #9FAB4F. Grayscale: #616161. Windows color (decimal): -10464080 or 11555936. OLE color: 11555936.

HSL color Cylindrical-coordinate representation of color #6054B0: hue angle of 247.83º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6054B0 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 84 176 -
CMYK 0.45 0.52 0 0.31
HSL 247.83º 0.37% 0.51% -
HSV(B) 247.83º 0.52% 0.69% -
XYZ 15.83 11.96 42.55 -
YUV 98.08 171.98 126.52 -
System Red Green Blue C M Y K H S L
Decimal 96 84 176 0.45 0.52 0 0.31 247.83 0.37 0.51
Hex 60 54 B0 2D 34 0 1F F8 25 33
Octal 140 124 260 55 64 0 37 370 45 63
Binary 1100000 1010100 10110000 101101 110100 0 11111 11111000 100101 110011

Color Harmonies of #6054B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6054B0

Black with #6054B0

Text Example


Text Example

White with #6054B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6054B0; }

 p { color: rgb(96,84,176); }

 H1.HeaderClassName
 {
   color: #6054B0;
 }
 .AnyTagClassName
 {
   color: #6054B0;
 }
</style>

background-color css

<style>
 a { background-color: #6054B0; }

 a { background-color: rgb(96,84,176); }

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

border-color css

<style>
 span { border-color: #6054B0; }

 span { border-color: rgb(96,84,176); }

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