Html Css Color HEX #6F5EBE Blue Marguerite

📋 copy color: '#6F5EBE'

red 111 ◦ green 94 ◦ blue 190

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

Shades of Blue Marguerite #6F5EBE

Tints of Blue Marguerite #6F5EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 28.1%
G = 23.8%
B = 48.1%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F5EBE (or 0x6F5EBE) is known color: Blue Marguerite. HEX triplet: 6F, 5E and BE. RGB value is (111,94,190). Sum of RGB (Red+Green+Blue) = 111+94+190=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F5EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F5EBE is #90A141. Grayscale: #6D6D6D. Windows color (decimal): -9478466 or 12476015. OLE color: 12476015.

HSL color Cylindrical-coordinate representation of color #6F5EBE: hue angle of 250.63º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F5EBE is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 94 190 -
CMYK 0.42 0.51 0 0.25
HSL 250.63º 0.42% 0.56% -
HSV(B) 250.63º 0.51% 0.75% -
XYZ 19.85 15.1 50.58 -
YUV 110.03 173.13 128.69 -
System Red Green Blue C M Y K H S L
Decimal 111 94 190 0.42 0.51 0 0.25 250.63 0.42 0.56
Hex 6F 5E BE 2A 33 0 19 FB 2A 38
Octal 157 136 276 52 63 0 31 373 52 70
Binary 1101111 1011110 10111110 101010 110011 0 11001 11111011 101010 111000

Color Harmonies of #6F5EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5EBE

Black with #6F5EBE

Text Example


Text Example

White with #6F5EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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