Html Css Color HEX #615AB2 Blue Marguerite

📋 copy color: '#615AB2'

red 97 ◦ green 90 ◦ blue 178

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

Shades of Blue Marguerite #615AB2

Tints of Blue Marguerite #615AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.77%

R = 26.58%
G = 24.66%
B = 48.77%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#615AB2 (or 0x615AB2) is known color: Blue Marguerite. HEX triplet: 61, 5A and B2. RGB value is (97,90,178). Sum of RGB (Red+Green+Blue) = 97+90+178=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 178 (69.92% from 255 or 48.77% from 365); Max value from RGB is 178 - color contains mainly: blue. Hex color #615AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615AB2 is #9EA54D. Grayscale: #656565. Windows color (decimal): -10397006 or 11688545. OLE color: 11688545.

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

Color convert

RGB 97 90 178 -
CMYK 0.46 0.49 0 0.30
HSL 244.77º 0.36% 0.53% -
HSV(B) 244.77º 0.49% 0.7% -
XYZ 16.62 13.07 43.77 -
YUV 102.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 97 90 178 0.46 0.49 0 0.30 244.77 0.36 0.53
Hex 61 5A B2 2E 31 0 1E F5 24 35
Octal 141 132 262 56 61 0 36 365 44 65
Binary 1100001 1011010 10110010 101110 110001 0 11110 11110101 100100 110101

Color Harmonies of #615AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615AB2

Black with #615AB2

Text Example


Text Example

White with #615AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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