Html Css Color HEX #6F5BAA Blue Marguerite

📋 copy color: '#6F5BAA'

red 111 ◦ green 91 ◦ blue 170

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

Shades of Blue Marguerite #6F5BAA

Tints of Blue Marguerite #6F5BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.46%

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

R = 29.84%
G = 24.46%
B = 45.7%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F5BAA (or 0x6F5BAA) is known color: Blue Marguerite. HEX triplet: 6F, 5B and AA. RGB value is (111,91,170). Sum of RGB (Red+Green+Blue) = 111+91+170=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F5BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5BAA is #90A455. Grayscale: #696969. Windows color (decimal): -9479254 or 11164527. OLE color: 11164527.

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

Color convert

RGB 111 91 170 -
CMYK 0.35 0.46 0 0.33
HSL 255.19º 0.32% 0.51% -
HSV(B) 255.19º 0.46% 0.67% -
XYZ 17.55 13.76 39.76 -
YUV 105.99 164.13 131.58 -
System Red Green Blue C M Y K H S L
Decimal 111 91 170 0.35 0.46 0 0.33 255.19 0.32 0.51
Hex 6F 5B AA 23 2E 0 21 FF 20 33
Octal 157 133 252 43 56 0 41 377 40 63
Binary 1101111 1011011 10101010 100011 101110 0 100001 11111111 100000 110011

Color Harmonies of #6F5BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5BAA

Black with #6F5BAA

Text Example


Text Example

White with #6F5BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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