Html Css Color HEX #6F5EAC Blue Marguerite

📋 copy color: '#6F5EAC'

red 111 ◦ green 94 ◦ blue 172

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

Shades of Blue Marguerite #6F5EAC

Tints of Blue Marguerite #6F5EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 29.44%
G = 24.93%
B = 45.62%

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

#6F5EAC (or 0x6F5EAC) is known color: Blue Marguerite. HEX triplet: 6F, 5E and AC. RGB value is (111,94,172). Sum of RGB (Red+Green+Blue) = 111+94+172=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F5EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5EAC is #90A153. Grayscale: #6B6B6B. Windows color (decimal): -9478484 or 11296367. OLE color: 11296367.

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

Color convert

RGB 111 94 172 -
CMYK 0.35 0.45 0 0.33
HSL 253.08º 0.32% 0.52% -
HSV(B) 253.08º 0.45% 0.67% -
XYZ 18 14.36 40.85 -
YUV 107.98 164.13 130.16 -
System Red Green Blue C M Y K H S L
Decimal 111 94 172 0.35 0.45 0 0.33 253.08 0.32 0.52
Hex 6F 5E AC 23 2D 0 21 FD 20 34
Octal 157 136 254 43 55 0 41 375 40 64
Binary 1101111 1011110 10101100 100011 101101 0 100001 11111101 100000 110100

Color Harmonies of #6F5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5EAC

Black with #6F5EAC

Text Example


Text Example

White with #6F5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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