Html Css Color HEX #6147BC Blue Marguerite

📋 copy color: '#6147BC'

red 97 ◦ green 71 ◦ blue 188

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

Shades of Blue Marguerite #6147BC

Tints of Blue Marguerite #6147BC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.94%

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

R = 27.25%
G = 19.94%
B = 52.81%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6147BC (or 0x6147BC) is known color: Blue Marguerite. HEX triplet: 61, 47 and BC. RGB value is (97,71,188). Sum of RGB (Red+Green+Blue) = 97+71+188=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #6147BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6147BC is #9EB843. Grayscale: #5B5B5B. Windows color (decimal): -10401860 or 12339041. OLE color: 12339041.

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

Color convert

RGB 97 71 188 -
CMYK 0.48 0.62 0 0.26
HSL 253.33º 0.47% 0.51% -
HSV(B) 253.33º 0.62% 0.74% -
XYZ 16.26 10.68 48.78 -
YUV 92.11 182.11 131.49 -
System Red Green Blue C M Y K H S L
Decimal 97 71 188 0.48 0.62 0 0.26 253.33 0.47 0.51
Hex 61 47 BC 30 3E 0 1A FD 2F 33
Octal 141 107 274 60 76 0 32 375 57 63
Binary 1100001 1000111 10111100 110000 111110 0 11010 11111101 101111 110011

Color Harmonies of #6147BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6147BC

Black with #6147BC

Text Example


Text Example

White with #6147BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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