Html Css Color HEX #6155BD Blue Marguerite

📋 copy color: '#6155BD'

red 97 ◦ green 85 ◦ blue 189

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

Shades of Blue Marguerite #6155BD

Tints of Blue Marguerite #6155BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.94%

R = 26.15%
G = 22.91%
B = 50.94%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6155BD (or 0x6155BD) is known color: Blue Marguerite. HEX triplet: 61, 55 and BD. RGB value is (97,85,189). Sum of RGB (Red+Green+Blue) = 97+85+189=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #6155BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155BD is #9EAA42. Grayscale: #646464. Windows color (decimal): -10398275 or 12408161. OLE color: 12408161.

HSL color Cylindrical-coordinate representation of color #6155BD: hue angle of 246.92º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6155BD is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 85 189 -
CMYK 0.49 0.55 0 0.26
HSL 246.92º 0.44% 0.54% -
HSV(B) 246.92º 0.55% 0.74% -
XYZ 17.36 12.71 49.68 -
YUV 100.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 97 85 189 0.49 0.55 0 0.26 246.92 0.44 0.54
Hex 61 55 BD 31 37 0 1A F7 2C 36
Octal 141 125 275 61 67 0 32 367 54 66
Binary 1100001 1010101 10111101 110001 110111 0 11010 11110111 101100 110110

Color Harmonies of #6155BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6155BD

Black with #6155BD

Text Example


Text Example

White with #6155BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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