Html Css Color HEX #6155BE Blue Marguerite

📋 copy color: '#6155BE'

red 97 ◦ green 85 ◦ blue 190

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

Shades of Blue Marguerite #6155BE

Tints of Blue Marguerite #6155BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.08%

R = 26.08%
G = 22.85%
B = 51.08%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6155BE (or 0x6155BE) is known color: Blue Marguerite. HEX triplet: 61, 55 and BE. RGB value is (97,85,190). Sum of RGB (Red+Green+Blue) = 97+85+190=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #6155BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155BE is #9EAA41. Grayscale: #646464. Windows color (decimal): -10398274 or 12473697. OLE color: 12473697.

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

Color convert

RGB 97 85 190 -
CMYK 0.49 0.55 0 0.25
HSL 246.86º 0.45% 0.54% -
HSV(B) 246.86º 0.55% 0.75% -
XYZ 17.47 12.76 50.26 -
YUV 100.56 178.48 125.46 -
System Red Green Blue C M Y K H S L
Decimal 97 85 190 0.49 0.55 0 0.25 246.86 0.45 0.54
Hex 61 55 BE 31 37 0 19 F7 2D 36
Octal 141 125 276 61 67 0 31 367 55 66
Binary 1100001 1010101 10111110 110001 110111 0 11001 11110111 101101 110110

Color Harmonies of #6155BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6155BE

Black with #6155BE

Text Example


Text Example

White with #6155BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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