Html Css Color HEX #6F5EAA Blue Marguerite

📋 copy color: '#6F5EAA'

red 111 ◦ green 94 ◦ blue 170

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

Shades of Blue Marguerite #6F5EAA

Tints of Blue Marguerite #6F5EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.07%

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

R = 29.6%
G = 25.07%
B = 45.33%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F5EAA (or 0x6F5EAA) is known color: Blue Marguerite. HEX triplet: 6F, 5E and AA. RGB value is (111,94,170). Sum of RGB (Red+Green+Blue) = 111+94+170=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F5EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5EAA is #90A155. Grayscale: #6B6B6B. Windows color (decimal): -9478486 or 11165295. OLE color: 11165295.

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

Color convert

RGB 111 94 170 -
CMYK 0.35 0.45 0 0.33
HSL 253.42º 0.31% 0.52% -
HSV(B) 253.42º 0.45% 0.67% -
XYZ 17.81 14.29 39.85 -
YUV 107.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 111 94 170 0.35 0.45 0 0.33 253.42 0.31 0.52
Hex 6F 5E AA 23 2D 0 21 FD 1F 34
Octal 157 136 252 43 55 0 41 375 37 64
Binary 1101111 1011110 10101010 100011 101101 0 100001 11111101 11111 110100

Color Harmonies of #6F5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5EAA

Black with #6F5EAA

Text Example


Text Example

White with #6F5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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