Html Css Color HEX #6159BC Blue Marguerite

📋 copy color: '#6159BC'

red 97 ◦ green 89 ◦ blue 188

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

Shades of Blue Marguerite #6159BC

Tints of Blue Marguerite #6159BC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.8%

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

R = 25.94%
G = 23.8%
B = 50.27%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6159BC (or 0x6159BC) is known color: Blue Marguerite. HEX triplet: 61, 59 and BC. RGB value is (97,89,188). Sum of RGB (Red+Green+Blue) = 97+89+188=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #6159BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6159BC is #9EA643. Grayscale: #666666. Windows color (decimal): -10397252 or 12343649. OLE color: 12343649.

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

Color convert

RGB 97 89 188 -
CMYK 0.48 0.53 0 0.26
HSL 244.85º 0.42% 0.54% -
HSV(B) 244.85º 0.53% 0.74% -
XYZ 17.58 13.32 49.22 -
YUV 102.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 97 89 188 0.48 0.53 0 0.26 244.85 0.42 0.54
Hex 61 59 BC 30 35 0 1A F5 2A 36
Octal 141 131 274 60 65 0 32 365 52 66
Binary 1100001 1011001 10111100 110000 110101 0 11010 11110101 101010 110110

Color Harmonies of #6159BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6159BC

Black with #6159BC

Text Example


Text Example

White with #6159BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6159BC; }

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

 H1.HeaderClassName
 {
   color: #6159BC;
 }
 .AnyTagClassName
 {
   color: #6159BC;
 }
</style>

background-color css

<style>
 a { background-color: #6159BC; }

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

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

border-color css

<style>
 span { border-color: #6159BC; }

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

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