Html Css Color HEX #615DBE Blue Marguerite

📋 copy color: '#615DBE'

red 97 ◦ green 93 ◦ blue 190

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

Shades of Blue Marguerite #615DBE

Tints of Blue Marguerite #615DBE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.47%

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

R = 25.53%
G = 24.47%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#615DBE (or 0x615DBE) is known color: Blue Marguerite. HEX triplet: 61, 5D and BE. RGB value is (97,93,190). Sum of RGB (Red+Green+Blue) = 97+93+190=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #615DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615DBE is #9EA241. Grayscale: #686868. Windows color (decimal): -10396226 or 12475745. OLE color: 12475745.

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

Color convert

RGB 97 93 190 -
CMYK 0.49 0.51 0 0.25
HSL 242.47º 0.43% 0.55% -
HSV(B) 242.47º 0.51% 0.75% -
XYZ 18.14 14.09 50.48 -
YUV 105.25 175.83 122.11 -
System Red Green Blue C M Y K H S L
Decimal 97 93 190 0.49 0.51 0 0.25 242.47 0.43 0.55
Hex 61 5D BE 31 33 0 19 F2 2B 37
Octal 141 135 276 61 63 0 31 362 53 67
Binary 1100001 1011101 10111110 110001 110011 0 11001 11110010 101011 110111

Color Harmonies of #615DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615DBE

Black with #615DBE

Text Example


Text Example

White with #615DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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