Html Css Color HEX #6B56AD Blue Marguerite

📋 copy color: '#6B56AD'

red 107 ◦ green 86 ◦ blue 173

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

Shades of Blue Marguerite #6B56AD

Tints of Blue Marguerite #6B56AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.27%

R = 29.23%
G = 23.5%
B = 47.27%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B56AD (or 0x6B56AD) is known color: Blue Marguerite. HEX triplet: 6B, 56 and AD. RGB value is (107,86,173). Sum of RGB (Red+Green+Blue) = 107+86+173=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B56AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B56AD is #94A952. Grayscale: #656565. Windows color (decimal): -9742675 or 11359851. OLE color: 11359851.

HSL color Cylindrical-coordinate representation of color #6B56AD: hue angle of 254.48º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B56AD is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 86 173 -
CMYK 0.38 0.50 0 0.32
HSL 254.48º 0.35% 0.51% -
HSV(B) 254.48º 0.5% 0.68% -
XYZ 16.93 12.8 41.11 -
YUV 102.2 167.96 131.43 -
System Red Green Blue C M Y K H S L
Decimal 107 86 173 0.38 0.50 0 0.32 254.48 0.35 0.51
Hex 6B 56 AD 26 32 0 20 FE 23 33
Octal 153 126 255 46 62 0 40 376 43 63
Binary 1101011 1010110 10101101 100110 110010 0 100000 11111110 100011 110011

Color Harmonies of #6B56AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B56AD

Black with #6B56AD

Text Example


Text Example

White with #6B56AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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