Html Css Color HEX #6561BE Blue Marguerite

📋 copy color: '#6561BE'

red 101 ◦ green 97 ◦ blue 190

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

Shades of Blue Marguerite #6561BE

Tints of Blue Marguerite #6561BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.97%

R = 26.03%
G = 25%
B = 48.97%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6561BE (or 0x6561BE) is known color: Blue Marguerite. HEX triplet: 65, 61 and BE. RGB value is (101,97,190). Sum of RGB (Red+Green+Blue) = 101+97+190=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #6561BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6561BE is #9A9E41. Grayscale: #6C6C6C. Windows color (decimal): -10133058 or 12476773. OLE color: 12476773.

HSL color Cylindrical-coordinate representation of color #6561BE: hue angle of 242.58º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6561BE is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 97 190 -
CMYK 0.47 0.49 0 0.25
HSL 242.58º 0.42% 0.56% -
HSV(B) 242.58º 0.49% 0.75% -
XYZ 18.94 15.03 50.62 -
YUV 108.8 173.83 122.44 -
System Red Green Blue C M Y K H S L
Decimal 101 97 190 0.47 0.49 0 0.25 242.58 0.42 0.56
Hex 65 61 BE 2F 31 0 19 F3 2A 38
Octal 145 141 276 57 61 0 31 363 52 70
Binary 1100101 1100001 10111110 101111 110001 0 11001 11110011 101010 111000

Color Harmonies of #6561BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6561BE

Black with #6561BE

Text Example


Text Example

White with #6561BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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