Html Css Color HEX #6054BC Blue Marguerite

📋 copy color: '#6054BC'

red 96 ◦ green 84 ◦ blue 188

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

Shades of Blue Marguerite #6054BC

Tints of Blue Marguerite #6054BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.09%

R = 26.09%
G = 22.83%
B = 51.09%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6054BC (or 0x6054BC) is known color: Blue Marguerite. HEX triplet: 60, 54 and BC. RGB value is (96,84,188). Sum of RGB (Red+Green+Blue) = 96+84+188=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #6054BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6054BC is #9FAB43. Grayscale: #636363. Windows color (decimal): -10464068 or 12342368. OLE color: 12342368.

HSL color Cylindrical-coordinate representation of color #6054BC: hue angle of 246.92º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6054BC is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 84 188 -
CMYK 0.49 0.55 0 0.26
HSL 246.92º 0.44% 0.53% -
HSV(B) 246.92º 0.55% 0.74% -
XYZ 17.07 12.46 49.08 -
YUV 99.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 96 84 188 0.49 0.55 0 0.26 246.92 0.44 0.53
Hex 60 54 BC 31 37 0 1A F7 2C 35
Octal 140 124 274 61 67 0 32 367 54 65
Binary 1100000 1010100 10111100 110001 110111 0 11010 11110111 101100 110101

Color Harmonies of #6054BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6054BC

Black with #6054BC

Text Example


Text Example

White with #6054BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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