Html Css Color HEX #615BBA Blue Marguerite

📋 copy color: '#615BBA'

red 97 ◦ green 91 ◦ blue 186

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

Shades of Blue Marguerite #615BBA

Tints of Blue Marguerite #615BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.33%

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 25.94%
G = 24.33%
B = 49.73%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#615BBA (or 0x615BBA) is known color: Blue Marguerite. HEX triplet: 61, 5B and BA. RGB value is (97,91,186). Sum of RGB (Red+Green+Blue) = 97+91+186=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #615BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615BBA is #9EA445. Grayscale: #676767. Windows color (decimal): -10396742 or 12213089. OLE color: 12213089.

HSL color Cylindrical-coordinate representation of color #615BBA: hue angle of 243.79º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #615BBA is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 91 186 -
CMYK 0.48 0.51 0 0.27
HSL 243.79º 0.41% 0.54% -
HSV(B) 243.79º 0.51% 0.73% -
XYZ 17.53 13.57 48.15 -
YUV 103.62 174.49 123.28 -
System Red Green Blue C M Y K H S L
Decimal 97 91 186 0.48 0.51 0 0.27 243.79 0.41 0.54
Hex 61 5B BA 30 33 0 1B F4 29 36
Octal 141 133 272 60 63 0 33 364 51 66
Binary 1100001 1011011 10111010 110000 110011 0 11011 11110100 101001 110110

Color Harmonies of #615BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615BBA

Black with #615BBA

Text Example


Text Example

White with #615BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615BBA; }

 p { color: rgb(97,91,186); }

 H1.HeaderClassName
 {
   color: #615BBA;
 }
 .AnyTagClassName
 {
   color: #615BBA;
 }
</style>

background-color css

<style>
 a { background-color: #615BBA; }

 a { background-color: rgb(97,91,186); }

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

border-color css

<style>
 span { border-color: #615BBA; }

 span { border-color: rgb(97,91,186); }

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