Html Css Color HEX #6F5AAA Blue Marguerite

📋 copy color: '#6F5AAA'

red 111 ◦ green 90 ◦ blue 170

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

Shades of Blue Marguerite #6F5AAA

Tints of Blue Marguerite #6F5AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.26%

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

R = 29.92%
G = 24.26%
B = 45.82%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F5AAA (or 0x6F5AAA) is known color: Blue Marguerite. HEX triplet: 6F, 5A and AA. RGB value is (111,90,170). Sum of RGB (Red+Green+Blue) = 111+90+170=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F5AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5AAA is #90A555. Grayscale: #696969. Windows color (decimal): -9479510 or 11164271. OLE color: 11164271.

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

Color convert

RGB 111 90 170 -
CMYK 0.35 0.47 0 0.33
HSL 255.75º 0.32% 0.51% -
HSV(B) 255.75º 0.47% 0.67% -
XYZ 17.47 13.59 39.73 -
YUV 105.4 164.46 132 -
System Red Green Blue C M Y K H S L
Decimal 111 90 170 0.35 0.47 0 0.33 255.75 0.32 0.51
Hex 6F 5A AA 23 2F 0 21 100 20 33
Octal 157 132 252 43 57 0 41 400 40 63
Binary 1101111 1011010 10101010 100011 101111 0 100001 100000000 100000 110011

Color Harmonies of #6F5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5AAA

Black with #6F5AAA

Text Example


Text Example

White with #6F5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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