Html Css Color HEX #6F58AC Blue Marguerite

📋 copy color: '#6F58AC'

red 111 ◦ green 88 ◦ blue 172

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

Shades of Blue Marguerite #6F58AC

Tints of Blue Marguerite #6F58AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.72%

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

R = 29.92%
G = 23.72%
B = 46.36%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F58AC (or 0x6F58AC) is known color: Blue Marguerite. HEX triplet: 6F, 58 and AC. RGB value is (111,88,172). Sum of RGB (Red+Green+Blue) = 111+88+172=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F58AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F58AC is #90A753. Grayscale: #686868. Windows color (decimal): -9480020 or 11294831. OLE color: 11294831.

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

Color convert

RGB 111 88 172 -
CMYK 0.35 0.49 0 0.33
HSL 256.43º 0.34% 0.51% -
HSV(B) 256.43º 0.49% 0.67% -
XYZ 17.49 13.34 40.68 -
YUV 104.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 111 88 172 0.35 0.49 0 0.33 256.43 0.34 0.51
Hex 6F 58 AC 23 31 0 21 100 22 33
Octal 157 130 254 43 61 0 41 400 42 63
Binary 1101111 1011000 10101100 100011 110001 0 100001 100000000 100010 110011

Color Harmonies of #6F58AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F58AC

Black with #6F58AC

Text Example


Text Example

White with #6F58AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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