Html Css Color HEX #6561BC Blue Marguerite

📋 copy color: '#6561BC'

red 101 ◦ green 97 ◦ blue 188

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

Shades of Blue Marguerite #6561BC

Tints of Blue Marguerite #6561BC

RGB

 RED value IS 101 (39.84% from 255) = 26.17%

 GREEN value IS 97 (38.28% from 255) = 25.13%

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

R = 26.17%
G = 25.13%
B = 48.7%

CMYK

 C value IS 0.46

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6561BC (or 0x6561BC) is known color: Blue Marguerite. HEX triplet: 65, 61 and BC. RGB value is (101,97,188). Sum of RGB (Red+Green+Blue) = 101+97+188=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #6561BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6561BC is #9A9E43. Grayscale: #6C6C6C. Windows color (decimal): -10133060 or 12345701. OLE color: 12345701.

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

Color convert

RGB 101 97 188 -
CMYK 0.46 0.48 0 0.26
HSL 242.64º 0.4% 0.56% -
HSV(B) 242.64º 0.48% 0.74% -
XYZ 18.72 14.95 49.48 -
YUV 108.57 172.83 122.6 -
System Red Green Blue C M Y K H S L
Decimal 101 97 188 0.46 0.48 0 0.26 242.64 0.4 0.56
Hex 65 61 BC 2E 30 0 1A F3 28 38
Octal 145 141 274 56 60 0 32 363 50 70
Binary 1100101 1100001 10111100 101110 110000 0 11010 11110011 101000 111000

Color Harmonies of #6561BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6561BC

Black with #6561BC

Text Example


Text Example

White with #6561BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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