Html Css Color HEX #6C50BF Blue Marguerite

📋 copy color: '#6C50BF'

red 108 ◦ green 80 ◦ blue 191

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

Shades of Blue Marguerite #6C50BF

Tints of Blue Marguerite #6C50BF

RGB

 RED value IS 108 (42.58% from 255) = 28.5%

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

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

R = 28.5%
G = 21.11%
B = 50.4%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C50BF (or 0x6C50BF) is known color: Blue Marguerite. HEX triplet: 6C, 50 and BF. RGB value is (108,80,191). Sum of RGB (Red+Green+Blue) = 108+80+191=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C50BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C50BF is #93AF40. Grayscale: #646464. Windows color (decimal): -9678657 or 12537964. OLE color: 12537964.

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

Color convert

RGB 108 80 191 -
CMYK 0.43 0.58 0 0.25
HSL 255.14º 0.46% 0.53% -
HSV(B) 255.14º 0.58% 0.75% -
XYZ 18.46 12.69 50.77 -
YUV 101.03 178.78 132.97 -
System Red Green Blue C M Y K H S L
Decimal 108 80 191 0.43 0.58 0 0.25 255.14 0.46 0.53
Hex 6C 50 BF 2B 3A 0 19 FF 2E 35
Octal 154 120 277 53 72 0 31 377 56 65
Binary 1101100 1010000 10111111 101011 111010 0 11001 11111111 101110 110101

Color Harmonies of #6C50BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C50BF

Black with #6C50BF

Text Example


Text Example

White with #6C50BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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