Html Css Color HEX #615BBC Blue Marguerite

📋 copy color: '#615BBC'

red 97 ◦ green 91 ◦ blue 188

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

Shades of Blue Marguerite #615BBC

Tints of Blue Marguerite #615BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50%

R = 25.8%
G = 24.2%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#615BBC (or 0x615BBC) is known color: Blue Marguerite. HEX triplet: 61, 5B and BC. RGB value is (97,91,188). Sum of RGB (Red+Green+Blue) = 97+91+188=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #615BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615BBC is #9EA443. Grayscale: #676767. Windows color (decimal): -10396740 or 12344161. OLE color: 12344161.

HSL color Cylindrical-coordinate representation of color #615BBC: hue angle of 243.71º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #615BBC is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 91 188 -
CMYK 0.48 0.52 0 0.26
HSL 243.71º 0.42% 0.55% -
HSV(B) 243.71º 0.52% 0.74% -
XYZ 17.75 13.65 49.28 -
YUV 103.85 175.49 123.11 -
System Red Green Blue C M Y K H S L
Decimal 97 91 188 0.48 0.52 0 0.26 243.71 0.42 0.55
Hex 61 5B BC 30 34 0 1A F4 2A 37
Octal 141 133 274 60 64 0 32 364 52 67
Binary 1100001 1011011 10111100 110000 110100 0 11010 11110100 101010 110111

Color Harmonies of #615BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615BBC

Black with #615BBC

Text Example


Text Example

White with #615BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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