Html Css Color HEX #6046BC Blue Marguerite

📋 copy color: '#6046BC'

red 96 ◦ green 70 ◦ blue 188

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

Shades of Blue Marguerite #6046BC

Tints of Blue Marguerite #6046BC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.77%

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

R = 27.12%
G = 19.77%
B = 53.11%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6046BC (or 0x6046BC) is known color: Blue Marguerite. HEX triplet: 60, 46 and BC. RGB value is (96,70,188). Sum of RGB (Red+Green+Blue) = 96+70+188=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #6046BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6046BC is #9FB943. Grayscale: #5A5A5A. Windows color (decimal): -10467652 or 12338784. OLE color: 12338784.

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

Color convert

RGB 96 70 188 -
CMYK 0.49 0.63 0 0.26
HSL 253.22º 0.47% 0.51% -
HSV(B) 253.22º 0.63% 0.74% -
XYZ 16.09 10.5 48.76 -
YUV 91.23 182.61 131.41 -
System Red Green Blue C M Y K H S L
Decimal 96 70 188 0.49 0.63 0 0.26 253.22 0.47 0.51
Hex 60 46 BC 31 3F 0 1A FD 2F 33
Octal 140 106 274 61 77 0 32 375 57 63
Binary 1100000 1000110 10111100 110001 111111 0 11010 11111101 101111 110011

Color Harmonies of #6046BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6046BC

Black with #6046BC

Text Example


Text Example

White with #6046BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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