Html Css Color HEX #6153BA Blue Marguerite

📋 copy color: '#6153BA'

red 97 ◦ green 83 ◦ blue 186

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

Shades of Blue Marguerite #6153BA

Tints of Blue Marguerite #6153BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.68%

 BLUE value IS 186 (73.05% from 255) = 50.82%

R = 26.5%
G = 22.68%
B = 50.82%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6153BA (or 0x6153BA) is known color: Blue Marguerite. HEX triplet: 61, 53 and BA. RGB value is (97,83,186). Sum of RGB (Red+Green+Blue) = 97+83+186=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #6153BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6153BA is #9EAC45. Grayscale: #626262. Windows color (decimal): -10398790 or 12211041. OLE color: 12211041.

HSL color Cylindrical-coordinate representation of color #6153BA: hue angle of 248.16º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6153BA is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 83 186 -
CMYK 0.48 0.55 0 0.27
HSL 248.16º 0.43% 0.53% -
HSV(B) 248.16º 0.55% 0.73% -
XYZ 16.89 12.27 47.93 -
YUV 98.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 97 83 186 0.48 0.55 0 0.27 248.16 0.43 0.53
Hex 61 53 BA 30 37 0 1B F8 2B 35
Octal 141 123 272 60 67 0 33 370 53 65
Binary 1100001 1010011 10111010 110000 110111 0 11011 11111000 101011 110101

Color Harmonies of #6153BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6153BA

Black with #6153BA

Text Example


Text Example

White with #6153BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6153BA; }

 p { color: rgb(97,83,186); }

 H1.HeaderClassName
 {
   color: #6153BA;
 }
 .AnyTagClassName
 {
   color: #6153BA;
 }
</style>

background-color css

<style>
 a { background-color: #6153BA; }

 a { background-color: rgb(97,83,186); }

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

border-color css

<style>
 span { border-color: #6153BA; }

 span { border-color: rgb(97,83,186); }

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