Html Css Color HEX #6F58AA Blue Marguerite

📋 copy color: '#6F58AA'

red 111 ◦ green 88 ◦ blue 170

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

Shades of Blue Marguerite #6F58AA

Tints of Blue Marguerite #6F58AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 30.08%
G = 23.85%
B = 46.07%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F58AA (or 0x6F58AA) is known color: Blue Marguerite. HEX triplet: 6F, 58 and AA. RGB value is (111,88,170). Sum of RGB (Red+Green+Blue) = 111+88+170=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F58AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F58AA is #90A755. Grayscale: #676767. Windows color (decimal): -9480022 or 11163759. OLE color: 11163759.

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

Color convert

RGB 111 88 170 -
CMYK 0.35 0.48 0 0.33
HSL 256.83º 0.33% 0.51% -
HSV(B) 256.83º 0.48% 0.67% -
XYZ 17.3 13.26 39.68 -
YUV 104.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 111 88 170 0.35 0.48 0 0.33 256.83 0.33 0.51
Hex 6F 58 AA 23 30 0 21 101 21 33
Octal 157 130 252 43 60 0 41 401 41 63
Binary 1101111 1011000 10101010 100011 110000 0 100001 100000001 100001 110011

Color Harmonies of #6F58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F58AA

Black with #6F58AA

Text Example


Text Example

White with #6F58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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