Html Css Color HEX #6F55AC Blue Marguerite

📋 copy color: '#6F55AC'

red 111 ◦ green 85 ◦ blue 172

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

Shades of Blue Marguerite #6F55AC

Tints of Blue Marguerite #6F55AC

RGB

 RED value IS 111 (43.75% from 255) = 30.16%

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

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

R = 30.16%
G = 23.1%
B = 46.74%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F55AC (or 0x6F55AC) is known color: Blue Marguerite. HEX triplet: 6F, 55 and AC. RGB value is (111,85,172). Sum of RGB (Red+Green+Blue) = 111+85+172=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F55AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F55AC is #90AA53. Grayscale: #666666. Windows color (decimal): -9480788 or 11294063. OLE color: 11294063.

HSL color Cylindrical-coordinate representation of color #6F55AC: hue angle of 257.93º 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 #6F55AC is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 85 172 -
CMYK 0.35 0.51 0 0.33
HSL 257.93º 0.34% 0.5% -
HSV(B) 257.93º 0.51% 0.67% -
XYZ 17.25 12.86 40.6 -
YUV 102.69 167.11 133.93 -
System Red Green Blue C M Y K H S L
Decimal 111 85 172 0.35 0.51 0 0.33 257.93 0.34 0.5
Hex 6F 55 AC 23 33 0 21 102 22 32
Octal 157 125 254 43 63 0 41 402 42 62
Binary 1101111 1010101 10101100 100011 110011 0 100001 100000010 100010 110010

Color Harmonies of #6F55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F55AC

Black with #6F55AC

Text Example


Text Example

White with #6F55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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