Html Css Color HEX #6F50BC Blue Marguerite

📋 copy color: '#6F50BC'

red 111 ◦ green 80 ◦ blue 188

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

Shades of Blue Marguerite #6F50BC

Tints of Blue Marguerite #6F50BC

RGB

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

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

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

R = 29.29%
G = 21.11%
B = 49.6%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F50BC (or 0x6F50BC) is known color: Blue Marguerite. HEX triplet: 6F, 50 and BC. RGB value is (111,80,188). Sum of RGB (Red+Green+Blue) = 111+80+188=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F50BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F50BC is #90AF43. Grayscale: #656565. Windows color (decimal): -9482052 or 12341359. OLE color: 12341359.

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

Color convert

RGB 111 80 188 -
CMYK 0.41 0.57 0 0.26
HSL 257.22º 0.45% 0.53% -
HSV(B) 257.22º 0.57% 0.74% -
XYZ 18.5 12.75 49.06 -
YUV 101.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 111 80 188 0.41 0.57 0 0.26 257.22 0.45 0.53
Hex 6F 50 BC 29 39 0 1A 101 2D 35
Octal 157 120 274 51 71 0 32 401 55 65
Binary 1101111 1010000 10111100 101001 111001 0 11010 100000001 101101 110101

Color Harmonies of #6F50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F50BC

Black with #6F50BC

Text Example


Text Example

White with #6F50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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