Html Css Color HEX #6F5EBC Blue Marguerite

📋 copy color: '#6F5EBC'

red 111 ◦ green 94 ◦ blue 188

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

Shades of Blue Marguerite #6F5EBC

Tints of Blue Marguerite #6F5EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 28.24%
G = 23.92%
B = 47.84%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F5EBC (or 0x6F5EBC) is known color: Blue Marguerite. HEX triplet: 6F, 5E and BC. RGB value is (111,94,188). Sum of RGB (Red+Green+Blue) = 111+94+188=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F5EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5EBC is #90A143. Grayscale: #6D6D6D. Windows color (decimal): -9478468 or 12344943. OLE color: 12344943.

HSL color Cylindrical-coordinate representation of color #6F5EBC: hue angle of 250.85º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F5EBC is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 94 188 -
CMYK 0.41 0.50 0 0.26
HSL 250.85º 0.41% 0.55% -
HSV(B) 250.85º 0.5% 0.74% -
XYZ 19.64 15.02 49.44 -
YUV 109.8 172.13 128.86 -
System Red Green Blue C M Y K H S L
Decimal 111 94 188 0.41 0.50 0 0.26 250.85 0.41 0.55
Hex 6F 5E BC 29 32 0 1A FB 29 37
Octal 157 136 274 51 62 0 32 373 51 67
Binary 1101111 1011110 10111100 101001 110010 0 11010 11111011 101001 110111

Color Harmonies of #6F5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5EBC

Black with #6F5EBC

Text Example


Text Example

White with #6F5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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