Html Css Color HEX #6B55AC Blue Marguerite

📋 copy color: '#6B55AC'

red 107 ◦ green 85 ◦ blue 172

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

Shades of Blue Marguerite #6B55AC

Tints of Blue Marguerite #6B55AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.35%

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

R = 29.4%
G = 23.35%
B = 47.25%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B55AC (or 0x6B55AC) is known color: Blue Marguerite. HEX triplet: 6B, 55 and AC. RGB value is (107,85,172). Sum of RGB (Red+Green+Blue) = 107+85+172=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B55AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B55AC is #94AA53. Grayscale: #656565. Windows color (decimal): -9742932 or 11294059. OLE color: 11294059.

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

Color convert

RGB 107 85 172 -
CMYK 0.38 0.51 0 0.33
HSL 255.17º 0.34% 0.5% -
HSV(B) 255.17º 0.51% 0.67% -
XYZ 16.76 12.6 40.58 -
YUV 101.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 107 85 172 0.38 0.51 0 0.33 255.17 0.34 0.5
Hex 6B 55 AC 26 33 0 21 FF 22 32
Octal 153 125 254 46 63 0 41 377 42 62
Binary 1101011 1010101 10101100 100110 110011 0 100001 11111111 100010 110010

Color Harmonies of #6B55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B55AC

Black with #6B55AC

Text Example


Text Example

White with #6B55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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