Html Css Color HEX #6146BC Blue Marguerite

📋 copy color: '#6146BC'

red 97 ◦ green 70 ◦ blue 188

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

Shades of Blue Marguerite #6146BC

Tints of Blue Marguerite #6146BC

RGB

 RED value IS 97 (38.28% from 255) = 27.32%

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

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

R = 27.32%
G = 19.72%
B = 52.96%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6146BC (or 0x6146BC) is known color: Blue Marguerite. HEX triplet: 61, 46 and BC. RGB value is (97,70,188). Sum of RGB (Red+Green+Blue) = 97+70+188=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #6146BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6146BC is #9EB943. Grayscale: #5B5B5B. Windows color (decimal): -10402116 or 12338785. OLE color: 12338785.

HSL color Cylindrical-coordinate representation of color #6146BC: hue angle of 253.73º 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 #6146BC is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 70 188 -
CMYK 0.48 0.63 0 0.26
HSL 253.73º 0.47% 0.51% -
HSV(B) 253.73º 0.63% 0.74% -
XYZ 16.2 10.55 48.76 -
YUV 91.53 182.45 131.91 -
System Red Green Blue C M Y K H S L
Decimal 97 70 188 0.48 0.63 0 0.26 253.73 0.47 0.51
Hex 61 46 BC 30 3F 0 1A FE 2F 33
Octal 141 106 274 60 77 0 32 376 57 63
Binary 1100001 1000110 10111100 110000 111111 0 11010 11111110 101111 110011

Color Harmonies of #6146BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6146BC

Black with #6146BC

Text Example


Text Example

White with #6146BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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