Html Css Color HEX #6147BB Blue Marguerite

📋 copy color: '#6147BB'

red 97 ◦ green 71 ◦ blue 187

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

Shades of Blue Marguerite #6147BB

Tints of Blue Marguerite #6147BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.68%

R = 27.32%
G = 20%
B = 52.68%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6147BB (or 0x6147BB) is known color: Blue Marguerite. HEX triplet: 61, 47 and BB. RGB value is (97,71,187). Sum of RGB (Red+Green+Blue) = 97+71+187=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #6147BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6147BB is #9EB844. Grayscale: #5B5B5B. Windows color (decimal): -10401861 or 12273505. OLE color: 12273505.

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

Color convert

RGB 97 71 187 -
CMYK 0.48 0.62 0 0.27
HSL 253.45º 0.46% 0.51% -
HSV(B) 253.45º 0.62% 0.73% -
XYZ 16.15 10.64 48.22 -
YUV 92 181.61 131.57 -
System Red Green Blue C M Y K H S L
Decimal 97 71 187 0.48 0.62 0 0.27 253.45 0.46 0.51
Hex 61 47 BB 30 3E 0 1B FD 2E 33
Octal 141 107 273 60 76 0 33 375 56 63
Binary 1100001 1000111 10111011 110000 111110 0 11011 11111101 101110 110011

Color Harmonies of #6147BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6147BB

Black with #6147BB

Text Example


Text Example

White with #6147BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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