Html Css Color HEX #6155AF Blue Marguerite

📋 copy color: '#6155AF'

red 97 ◦ green 85 ◦ blue 175

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

Shades of Blue Marguerite #6155AF

Tints of Blue Marguerite #6155AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 27.17%
G = 23.81%
B = 49.02%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6155AF (or 0x6155AF) is known color: Blue Marguerite. HEX triplet: 61, 55 and AF. RGB value is (97,85,175). Sum of RGB (Red+Green+Blue) = 97+85+175=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #6155AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6155AF is #9EAA50. Grayscale: #626262. Windows color (decimal): -10398289 or 11490657. OLE color: 11490657.

HSL color Cylindrical-coordinate representation of color #6155AF: hue angle of 248º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6155AF is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 85 175 -
CMYK 0.45 0.51 0 0.31
HSL 248º 0.36% 0.51% -
HSV(B) 248º 0.51% 0.69% -
XYZ 15.92 12.13 42.06 -
YUV 98.85 170.98 126.68 -
System Red Green Blue C M Y K H S L
Decimal 97 85 175 0.45 0.51 0 0.31 248 0.36 0.51
Hex 61 55 AF 2D 33 0 1F F8 24 33
Octal 141 125 257 55 63 0 37 370 44 63
Binary 1100001 1010101 10101111 101101 110011 0 11111 11111000 100100 110011

Color Harmonies of #6155AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6155AF

Black with #6155AF

Text Example


Text Example

White with #6155AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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