Html Css Color HEX #6F50BE Blue Marguerite

📋 copy color: '#6F50BE'

red 111 ◦ green 80 ◦ blue 190

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

Shades of Blue Marguerite #6F50BE

Tints of Blue Marguerite #6F50BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21%

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

R = 29.13%
G = 21%
B = 49.87%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F50BE (or 0x6F50BE) is known color: Blue Marguerite. HEX triplet: 6F, 50 and BE. RGB value is (111,80,190). Sum of RGB (Red+Green+Blue) = 111+80+190=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F50BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F50BE is #90AF41. Grayscale: #656565. Windows color (decimal): -9482050 or 12472431. OLE color: 12472431.

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

Color convert

RGB 111 80 190 -
CMYK 0.42 0.58 0 0.25
HSL 256.91º 0.46% 0.53% -
HSV(B) 256.91º 0.58% 0.75% -
XYZ 18.72 12.83 50.21 -
YUV 101.81 177.77 134.56 -
System Red Green Blue C M Y K H S L
Decimal 111 80 190 0.42 0.58 0 0.25 256.91 0.46 0.53
Hex 6F 50 BE 2A 3A 0 19 101 2E 35
Octal 157 120 276 52 72 0 31 401 56 65
Binary 1101111 1010000 10111110 101010 111010 0 11001 100000001 101110 110101

Color Harmonies of #6F50BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F50BE

Black with #6F50BE

Text Example


Text Example

White with #6F50BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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