Html Css Color HEX #615CBA Blue Marguerite

📋 copy color: '#615CBA'

red 97 ◦ green 92 ◦ blue 186

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

Shades of Blue Marguerite #615CBA

Tints of Blue Marguerite #615CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.53%

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

R = 25.87%
G = 24.53%
B = 49.6%

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

#615CBA (or 0x615CBA) is known color: Blue Marguerite. HEX triplet: 61, 5C and BA. RGB value is (97,92,186). Sum of RGB (Red+Green+Blue) = 97+92+186=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #615CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615CBA is #9EA345. Grayscale: #676767. Windows color (decimal): -10396486 or 12213345. OLE color: 12213345.

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

Color convert

RGB 97 92 186 -
CMYK 0.48 0.51 0 0.27
HSL 243.19º 0.41% 0.55% -
HSV(B) 243.19º 0.51% 0.73% -
XYZ 17.62 13.74 48.18 -
YUV 104.21 174.16 122.86 -
System Red Green Blue C M Y K H S L
Decimal 97 92 186 0.48 0.51 0 0.27 243.19 0.41 0.55
Hex 61 5C BA 30 33 0 1B F3 29 37
Octal 141 134 272 60 63 0 33 363 51 67
Binary 1100001 1011100 10111010 110000 110011 0 11011 11110011 101001 110111

Color Harmonies of #615CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615CBA

Black with #615CBA

Text Example


Text Example

White with #615CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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