Html Css Color HEX #6155AC Blue Marguerite

📋 copy color: '#6155AC'

red 97 ◦ green 85 ◦ blue 172

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

Shades of Blue Marguerite #6155AC

Tints of Blue Marguerite #6155AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.01%

 BLUE value IS 172 (67.58% from 255) = 48.59%

R = 27.4%
G = 24.01%
B = 48.59%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6155AC (or 0x6155AC) is known color: Blue Marguerite. HEX triplet: 61, 55 and AC. RGB value is (97,85,172). Sum of RGB (Red+Green+Blue) = 97+85+172=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #6155AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6155AC is #9EAA53. Grayscale: #626262. Windows color (decimal): -10398292 or 11294049. OLE color: 11294049.

HSL color Cylindrical-coordinate representation of color #6155AC: hue angle of 248.28º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6155AC is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 85 172 -
CMYK 0.44 0.51 0 0.33
HSL 248.28º 0.34% 0.5% -
HSV(B) 248.28º 0.51% 0.67% -
XYZ 15.62 12.02 40.53 -
YUV 98.51 169.48 126.93 -
System Red Green Blue C M Y K H S L
Decimal 97 85 172 0.44 0.51 0 0.33 248.28 0.34 0.5
Hex 61 55 AC 2C 33 0 21 F8 22 32
Octal 141 125 254 54 63 0 41 370 42 62
Binary 1100001 1010101 10101100 101100 110011 0 100001 11111000 100010 110010

Color Harmonies of #6155AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6155AC

Black with #6155AC

Text Example


Text Example

White with #6155AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6155AC; }

 p { color: rgb(97,85,172); }

 H1.HeaderClassName
 {
   color: #6155AC;
 }
 .AnyTagClassName
 {
   color: #6155AC;
 }
</style>

background-color css

<style>
 a { background-color: #6155AC; }

 a { background-color: rgb(97,85,172); }

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

border-color css

<style>
 span { border-color: #6155AC; }

 span { border-color: rgb(97,85,172); }

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