Html Css Color HEX #615FBD Blue Marguerite

📋 copy color: '#615FBD'

red 97 ◦ green 95 ◦ blue 189

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

Shades of Blue Marguerite #615FBD

Tints of Blue Marguerite #615FBD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.93%

 BLUE value IS 189 (74.22% from 255) = 49.61%

R = 25.46%
G = 24.93%
B = 49.61%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#615FBD (or 0x615FBD) is known color: Blue Marguerite. HEX triplet: 61, 5F and BD. RGB value is (97,95,189). Sum of RGB (Red+Green+Blue) = 97+95+189=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #615FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615FBD is #9EA042. Grayscale: #696969. Windows color (decimal): -10395715 or 12410721. OLE color: 12410721.

HSL color Cylindrical-coordinate representation of color #615FBD: hue angle of 241.28º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #615FBD is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 95 189 -
CMYK 0.49 0.50 0 0.26
HSL 241.28º 0.42% 0.56% -
HSV(B) 241.28º 0.5% 0.74% -
XYZ 18.21 14.4 49.96 -
YUV 106.31 174.66 121.36 -
System Red Green Blue C M Y K H S L
Decimal 97 95 189 0.49 0.50 0 0.26 241.28 0.42 0.56
Hex 61 5F BD 31 32 0 1A F1 2A 38
Octal 141 137 275 61 62 0 32 361 52 70
Binary 1100001 1011111 10111101 110001 110010 0 11010 11110001 101010 111000

Color Harmonies of #615FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615FBD

Black with #615FBD

Text Example


Text Example

White with #615FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,95,189); }

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

background-color css

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

 a { background-color: rgb(97,95,189); }

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

border-color css

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

 span { border-color: rgb(97,95,189); }

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