Html Css Color HEX #6F58AB Blue Marguerite

📋 copy color: '#6F58AB'

red 111 ◦ green 88 ◦ blue 171

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

Shades of Blue Marguerite #6F58AB

Tints of Blue Marguerite #6F58AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.22%

R = 30%
G = 23.78%
B = 46.22%

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

#6F58AB (or 0x6F58AB) is known color: Blue Marguerite. HEX triplet: 6F, 58 and AB. RGB value is (111,88,171). Sum of RGB (Red+Green+Blue) = 111+88+171=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F58AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F58AB is #90A754. Grayscale: #686868. Windows color (decimal): -9480021 or 11229295. OLE color: 11229295.

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

Color convert

RGB 111 88 171 -
CMYK 0.35 0.49 0 0.33
HSL 256.63º 0.33% 0.51% -
HSV(B) 256.63º 0.49% 0.67% -
XYZ 17.4 13.3 40.18 -
YUV 104.34 165.62 132.75 -
System Red Green Blue C M Y K H S L
Decimal 111 88 171 0.35 0.49 0 0.33 256.63 0.33 0.51
Hex 6F 58 AB 23 31 0 21 101 21 33
Octal 157 130 253 43 61 0 41 401 41 63
Binary 1101111 1011000 10101011 100011 110001 0 100001 100000001 100001 110011

Color Harmonies of #6F58AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F58AB

Black with #6F58AB

Text Example


Text Example

White with #6F58AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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