Html Css Color HEX #6157B6 Blue Marguerite

📋 copy color: '#6157B6'

red 97 ◦ green 87 ◦ blue 182

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

Shades of Blue Marguerite #6157B6

Tints of Blue Marguerite #6157B6

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.77%

 BLUE value IS 182 (71.48% from 255) = 49.73%

R = 26.5%
G = 23.77%
B = 49.73%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6157B6 (or 0x6157B6) is known color: Blue Marguerite. HEX triplet: 61, 57 and B6. RGB value is (97,87,182). Sum of RGB (Red+Green+Blue) = 97+87+182=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 182 (71.48% from 255 or 49.73% from 366); Max value from RGB is 182 - color contains mainly: blue. Hex color #6157B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6157B6 is #9EA849. Grayscale: #646464. Windows color (decimal): -10397770 or 11949921. OLE color: 11949921.

HSL color Cylindrical-coordinate representation of color #6157B6: hue angle of 246.32º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6157B6 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 97 87 182 -
CMYK 0.47 0.52 0 0.29
HSL 246.32º 0.39% 0.53% -
HSV(B) 246.32º 0.52% 0.71% -
XYZ 16.78 12.74 45.83 -
YUV 100.82 173.81 125.28 -
System Red Green Blue C M Y K H S L
Decimal 97 87 182 0.47 0.52 0 0.29 246.32 0.39 0.53
Hex 61 57 B6 2F 34 0 1D F6 27 35
Octal 141 127 266 57 64 0 35 366 47 65
Binary 1100001 1010111 10110110 101111 110100 0 11101 11110110 100111 110101

Color Harmonies of #6157B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6157B6

Black with #6157B6

Text Example


Text Example

White with #6157B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6157B6; }

 p { color: rgb(97,87,182); }

 H1.HeaderClassName
 {
   color: #6157B6;
 }
 .AnyTagClassName
 {
   color: #6157B6;
 }
</style>

background-color css

<style>
 a { background-color: #6157B6; }

 a { background-color: rgb(97,87,182); }

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

border-color css

<style>
 span { border-color: #6157B6; }

 span { border-color: rgb(97,87,182); }

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