Html Css Color HEX #6B56BD Blue Marguerite

📋 copy color: '#6B56BD'

red 107 ◦ green 86 ◦ blue 189

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

Shades of Blue Marguerite #6B56BD

Tints of Blue Marguerite #6B56BD

RGB

 RED value IS 107 (42.19% from 255) = 28.01%

 GREEN value IS 86 (33.98% from 255) = 22.51%

 BLUE value IS 189 (74.22% from 255) = 49.48%

R = 28.01%
G = 22.51%
B = 49.48%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6B56BD (or 0x6B56BD) is known color: Blue Marguerite. HEX triplet: 6B, 56 and BD. RGB value is (107,86,189). Sum of RGB (Red+Green+Blue) = 107+86+189=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #6B56BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B56BD is #94A942. Grayscale: #676767. Windows color (decimal): -9742659 or 12408427. OLE color: 12408427.

HSL color Cylindrical-coordinate representation of color #6B56BD: hue angle of 252.23º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B56BD is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 107 86 189 -
CMYK 0.43 0.54 0 0.26
HSL 252.23º 0.44% 0.54% -
HSV(B) 252.23º 0.54% 0.74% -
XYZ 18.58 13.46 49.76 -
YUV 104.02 175.96 130.12 -
System Red Green Blue C M Y K H S L
Decimal 107 86 189 0.43 0.54 0 0.26 252.23 0.44 0.54
Hex 6B 56 BD 2B 36 0 1A FC 2C 36
Octal 153 126 275 53 66 0 32 374 54 66
Binary 1101011 1010110 10111101 101011 110110 0 11010 11111100 101100 110110

Color Harmonies of #6B56BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B56BD

Black with #6B56BD

Text Example


Text Example

White with #6B56BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B56BD; }

 p { color: rgb(107,86,189); }

 H1.HeaderClassName
 {
   color: #6B56BD;
 }
 .AnyTagClassName
 {
   color: #6B56BD;
 }
</style>

background-color css

<style>
 a { background-color: #6B56BD; }

 a { background-color: rgb(107,86,189); }

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

border-color css

<style>
 span { border-color: #6B56BD; }

 span { border-color: rgb(107,86,189); }

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