Html Css Color HEX #6F4EBB Blue Marguerite

📋 copy color: '#6F4EBB'

red 111 ◦ green 78 ◦ blue 187

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

Shades of Blue Marguerite #6F4EBB

Tints of Blue Marguerite #6F4EBB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.74%

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 29.52%
G = 20.74%
B = 49.73%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F4EBB (or 0x6F4EBB) is known color: Blue Marguerite. HEX triplet: 6F, 4E and BB. RGB value is (111,78,187). Sum of RGB (Red+Green+Blue) = 111+78+187=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F4EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4EBB is #90B144. Grayscale: #636363. Windows color (decimal): -9482565 or 12275311. OLE color: 12275311.

HSL color Cylindrical-coordinate representation of color #6F4EBB: hue angle of 258.17º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F4EBB is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 78 187 -
CMYK 0.41 0.58 0 0.27
HSL 258.17º 0.44% 0.52% -
HSV(B) 258.17º 0.58% 0.73% -
XYZ 18.25 12.42 48.45 -
YUV 100.29 176.93 135.64 -
System Red Green Blue C M Y K H S L
Decimal 111 78 187 0.41 0.58 0 0.27 258.17 0.44 0.52
Hex 6F 4E BB 29 3A 0 1B 102 2C 34
Octal 157 116 273 51 72 0 33 402 54 64
Binary 1101111 1001110 10111011 101001 111010 0 11011 100000010 101100 110100

Color Harmonies of #6F4EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4EBB

Black with #6F4EBB

Text Example


Text Example

White with #6F4EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,78,187); }

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

background-color css

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

 a { background-color: rgb(111,78,187); }

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

border-color css

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

 span { border-color: rgb(111,78,187); }

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