Html Css Color HEX #6152A0 Blue Marguerite

📋 copy color: '#6152A0'

red 97 ◦ green 82 ◦ blue 160

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

Shades of Blue Marguerite #6152A0

Tints of Blue Marguerite #6152A0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.19%

 BLUE value IS 160 (62.89% from 255) = 47.2%

R = 28.61%
G = 24.19%
B = 47.2%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6152A0 (or 0x6152A0) is known color: Blue Marguerite. HEX triplet: 61, 52 and A0. RGB value is (97,82,160). Sum of RGB (Red+Green+Blue) = 97+82+160=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 160 - color contains mainly: blue. Hex color #6152A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6152A0 is #9EAD5F. Grayscale: #5F5F5F. Windows color (decimal): -10399072 or 10506849. OLE color: 10506849.

HSL color Cylindrical-coordinate representation of color #6152A0: hue angle of 251.54º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6152A0 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 82 160 -
CMYK 0.39 0.49 0 0.37
HSL 251.54º 0.32% 0.47% -
HSV(B) 251.54º 0.49% 0.63% -
XYZ 14.29 11.11 34.65 -
YUV 95.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 97 82 160 0.39 0.49 0 0.37 251.54 0.32 0.47
Hex 61 52 A0 27 31 0 25 FC 20 2F
Octal 141 122 240 47 61 0 45 374 40 57
Binary 1100001 1010010 10100000 100111 110001 0 100101 11111100 100000 101111

Color Harmonies of #6152A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6152A0

Black with #6152A0

Text Example


Text Example

White with #6152A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6152A0; }

 p { color: rgb(97,82,160); }

 H1.HeaderClassName
 {
   color: #6152A0;
 }
 .AnyTagClassName
 {
   color: #6152A0;
 }
</style>

background-color css

<style>
 a { background-color: #6152A0; }

 a { background-color: rgb(97,82,160); }

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

border-color css

<style>
 span { border-color: #6152A0; }

 span { border-color: rgb(97,82,160); }

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