Html Css Color HEX #6B50BF Blue Marguerite

📋 copy color: '#6B50BF'

red 107 ◦ green 80 ◦ blue 191

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

Shades of Blue Marguerite #6B50BF

Tints of Blue Marguerite #6B50BF

RGB

 RED value IS 107 (42.19% from 255) = 28.31%

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

 BLUE value IS 191 (75% from 255) = 50.53%

R = 28.31%
G = 21.16%
B = 50.53%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B50BF (or 0x6B50BF) is known color: Blue Marguerite. HEX triplet: 6B, 50 and BF. RGB value is (107,80,191). Sum of RGB (Red+Green+Blue) = 107+80+191=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B50BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B50BF is #94AF40. Grayscale: #646464. Windows color (decimal): -9744193 or 12537963. OLE color: 12537963.

HSL color Cylindrical-coordinate representation of color #6B50BF: hue angle of 254.59º 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 #6B50BF is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 80 191 -
CMYK 0.44 0.58 0 0.25
HSL 254.59º 0.46% 0.53% -
HSV(B) 254.59º 0.58% 0.75% -
XYZ 18.34 12.62 50.76 -
YUV 100.73 178.95 132.47 -
System Red Green Blue C M Y K H S L
Decimal 107 80 191 0.44 0.58 0 0.25 254.59 0.46 0.53
Hex 6B 50 BF 2C 3A 0 19 FF 2E 35
Octal 153 120 277 54 72 0 31 377 56 65
Binary 1101011 1010000 10111111 101100 111010 0 11001 11111111 101110 110101

Color Harmonies of #6B50BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B50BF

Black with #6B50BF

Text Example


Text Example

White with #6B50BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,80,191); }

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

background-color css

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

 a { background-color: rgb(107,80,191); }

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

border-color css

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

 span { border-color: rgb(107,80,191); }

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