Html Css Color HEX #6B56AC Blue Marguerite

📋 copy color: '#6B56AC'

red 107 ◦ green 86 ◦ blue 172

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

Shades of Blue Marguerite #6B56AC

Tints of Blue Marguerite #6B56AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 29.32%
G = 23.56%
B = 47.12%

CMYK

 C value IS 0.38

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B56AC (or 0x6B56AC) is known color: Blue Marguerite. HEX triplet: 6B, 56 and AC. RGB value is (107,86,172). Sum of RGB (Red+Green+Blue) = 107+86+172=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B56AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B56AC is #94A953. Grayscale: #656565. Windows color (decimal): -9742676 or 11294315. OLE color: 11294315.

HSL color Cylindrical-coordinate representation of color #6B56AC: hue angle of 254.65º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B56AC is Cyan = 0.38, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 86 172 -
CMYK 0.38 0.5 0 0.33
HSL 254.65º 0.34% 0.51% -
HSV(B) 254.65º 0.5% 0.67% -
XYZ 16.84 12.76 40.61 -
YUV 102.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 107 86 172 0.38 0.5 0 0.33 254.65 0.34 0.51
Hex 6B 56 AC 26 32 0 21 FF 22 33
Octal 153 126 254 46 62 0 41 377 42 63
Binary 1101011 1010110 10101100 100110 110010 0 100001 11111111 100010 110011

Color Harmonies of #6B56AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B56AC

Black with #6B56AC

Text Example


Text Example

White with #6B56AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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