Html Css Color HEX #6045BA Blue Marguerite

📋 copy color: '#6045BA'

red 96 ◦ green 69 ◦ blue 186

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

Shades of Blue Marguerite #6045BA

Tints of Blue Marguerite #6045BA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.66%

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

R = 27.35%
G = 19.66%
B = 52.99%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6045BA (or 0x6045BA) is known color: Blue Marguerite. HEX triplet: 60, 45 and BA. RGB value is (96,69,186). Sum of RGB (Red+Green+Blue) = 96+69+186=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #6045BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6045BA is #9FBA45. Grayscale: #595959. Windows color (decimal): -10467910 or 12207456. OLE color: 12207456.

HSL color Cylindrical-coordinate representation of color #6045BA: hue angle of 253.85º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6045BA is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 69 186 -
CMYK 0.48 0.63 0 0.27
HSL 253.85º 0.46% 0.5% -
HSV(B) 253.85º 0.63% 0.73% -
XYZ 15.81 10.29 47.61 -
YUV 90.41 181.95 131.99 -
System Red Green Blue C M Y K H S L
Decimal 96 69 186 0.48 0.63 0 0.27 253.85 0.46 0.5
Hex 60 45 BA 30 3F 0 1B FE 2E 32
Octal 140 105 272 60 77 0 33 376 56 62
Binary 1100000 1000101 10111010 110000 111111 0 11011 11111110 101110 110010

Color Harmonies of #6045BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6045BA

Black with #6045BA

Text Example


Text Example

White with #6045BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6045BA; }

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

 H1.HeaderClassName
 {
   color: #6045BA;
 }
 .AnyTagClassName
 {
   color: #6045BA;
 }
</style>

background-color css

<style>
 a { background-color: #6045BA; }

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

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

border-color css

<style>
 span { border-color: #6045BA; }

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

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