Html Css Color HEX #615EBA Blue Marguerite

📋 copy color: '#615EBA'

red 97 ◦ green 94 ◦ blue 186

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

Shades of Blue Marguerite #615EBA

Tints of Blue Marguerite #615EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.93%

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

R = 25.73%
G = 24.93%
B = 49.34%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#615EBA (or 0x615EBA) is known color: Blue Marguerite. HEX triplet: 61, 5E and BA. RGB value is (97,94,186). Sum of RGB (Red+Green+Blue) = 97+94+186=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #615EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615EBA is #9EA145. Grayscale: #696969. Windows color (decimal): -10395974 or 12213857. OLE color: 12213857.

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

Color convert

RGB 97 94 186 -
CMYK 0.48 0.49 0 0.27
HSL 241.96º 0.4% 0.55% -
HSV(B) 241.96º 0.49% 0.73% -
XYZ 17.8 14.09 48.24 -
YUV 105.39 173.49 122.02 -
System Red Green Blue C M Y K H S L
Decimal 97 94 186 0.48 0.49 0 0.27 241.96 0.4 0.55
Hex 61 5E BA 30 31 0 1B F2 28 37
Octal 141 136 272 60 61 0 33 362 50 67
Binary 1100001 1011110 10111010 110000 110001 0 11011 11110010 101000 110111

Color Harmonies of #615EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615EBA

Black with #615EBA

Text Example


Text Example

White with #615EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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