Html Css Color HEX #615AB3 Blue Marguerite

📋 copy color: '#615AB3'

red 97 ◦ green 90 ◦ blue 179

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

Shades of Blue Marguerite #615AB3

Tints of Blue Marguerite #615AB3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.59%

 BLUE value IS 179 (70.31% from 255) = 48.91%

R = 26.5%
G = 24.59%
B = 48.91%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#615AB3 (or 0x615AB3) is known color: Blue Marguerite. HEX triplet: 61, 5A and B3. RGB value is (97,90,179). Sum of RGB (Red+Green+Blue) = 97+90+179=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: blue. Hex color #615AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615AB3 is #9EA54C. Grayscale: #656565. Windows color (decimal): -10397005 or 11754081. OLE color: 11754081.

HSL color Cylindrical-coordinate representation of color #615AB3: hue angle of 244.72º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #615AB3 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 97 90 179 -
CMYK 0.46 0.50 0 0.30
HSL 244.72º 0.37% 0.53% -
HSV(B) 244.72º 0.5% 0.7% -
XYZ 16.72 13.11 44.3 -
YUV 102.24 171.32 124.26 -
System Red Green Blue C M Y K H S L
Decimal 97 90 179 0.46 0.50 0 0.30 244.72 0.37 0.53
Hex 61 5A B3 2E 32 0 1E F5 25 35
Octal 141 132 263 56 62 0 36 365 45 65
Binary 1100001 1011010 10110011 101110 110010 0 11110 11110101 100101 110101

Color Harmonies of #615AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615AB3

Black with #615AB3

Text Example


Text Example

White with #615AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,90,179); }

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

background-color css

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

 a { background-color: rgb(97,90,179); }

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

border-color css

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

 span { border-color: rgb(97,90,179); }

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