Html Css Color HEX #6145B5 Blue Marguerite

📋 copy color: '#6145B5'

red 97 ◦ green 69 ◦ blue 181

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

Shades of Blue Marguerite #6145B5

Tints of Blue Marguerite #6145B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 52.16%

R = 27.95%
G = 19.88%
B = 52.16%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6145B5 (or 0x6145B5) is known color: Blue Marguerite. HEX triplet: 61, 45 and B5. RGB value is (97,69,181). Sum of RGB (Red+Green+Blue) = 97+69+181=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 181 (71.09% from 255 or 52.16% from 347); Max value from RGB is 181 - color contains mainly: blue. Hex color #6145B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6145B5 is #9EBA4A. Grayscale: #595959. Windows color (decimal): -10402379 or 11879777. OLE color: 11879777.

HSL color Cylindrical-coordinate representation of color #6145B5: hue angle of 255º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6145B5 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 69 181 -
CMYK 0.46 0.62 0 0.29
HSL 255º 0.45% 0.49% -
HSV(B) 255º 0.62% 0.71% -
XYZ 15.4 10.13 44.86 -
YUV 90.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 97 69 181 0.46 0.62 0 0.29 255 0.45 0.49
Hex 61 45 B5 2E 3E 0 1D FF 2D 31
Octal 141 105 265 56 76 0 35 377 55 61
Binary 1100001 1000101 10110101 101110 111110 0 11101 11111111 101101 110001

Color Harmonies of #6145B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6145B5

Black with #6145B5

Text Example


Text Example

White with #6145B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6145B5; }

 p { color: rgb(97,69,181); }

 H1.HeaderClassName
 {
   color: #6145B5;
 }
 .AnyTagClassName
 {
   color: #6145B5;
 }
</style>

background-color css

<style>
 a { background-color: #6145B5; }

 a { background-color: rgb(97,69,181); }

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

border-color css

<style>
 span { border-color: #6145B5; }

 span { border-color: rgb(97,69,181); }

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