Html Css Color HEX #6153B9 Blue Marguerite

📋 copy color: '#6153B9'

red 97 ◦ green 83 ◦ blue 185

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

Shades of Blue Marguerite #6153B9

Tints of Blue Marguerite #6153B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.68%

R = 26.58%
G = 22.74%
B = 50.68%

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

#6153B9 (or 0x6153B9) is known color: Blue Marguerite. HEX triplet: 61, 53 and B9. RGB value is (97,83,185). Sum of RGB (Red+Green+Blue) = 97+83+185=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #6153B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6153B9 is #9EAC46. Grayscale: #626262. Windows color (decimal): -10398791 or 12145505. OLE color: 12145505.

HSL color Cylindrical-coordinate representation of color #6153B9: hue angle of 248.24º degrees, saturation: 0.42, 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 #6153B9 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 83 185 -
CMYK 0.48 0.55 0 0.27
HSL 248.24º 0.42% 0.53% -
HSV(B) 248.24º 0.55% 0.73% -
XYZ 16.78 12.23 47.38 -
YUV 98.81 176.64 126.71 -
System Red Green Blue C M Y K H S L
Decimal 97 83 185 0.48 0.55 0 0.27 248.24 0.42 0.53
Hex 61 53 B9 30 37 0 1B F8 2A 35
Octal 141 123 271 60 67 0 33 370 52 65
Binary 1100001 1010011 10111001 110000 110111 0 11011 11111000 101010 110101

Color Harmonies of #6153B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6153B9

Black with #6153B9

Text Example


Text Example

White with #6153B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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