Html Css Color HEX #6850BD Blue Marguerite

📋 copy color: '#6850BD'

red 104 ◦ green 80 ◦ blue 189

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

Shades of Blue Marguerite #6850BD

Tints of Blue Marguerite #6850BD

RGB

 RED value IS 104 (41.02% from 255) = 27.88%

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

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 27.88%
G = 21.45%
B = 50.67%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6850BD (or 0x6850BD) is known color: Blue Marguerite. HEX triplet: 68, 50 and BD. RGB value is (104,80,189). Sum of RGB (Red+Green+Blue) = 104+80+189=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #6850BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6850BD is #97AF42. Grayscale: #636363. Windows color (decimal): -9940803 or 12406888. OLE color: 12406888.

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

Color convert

RGB 104 80 189 -
CMYK 0.45 0.58 0 0.26
HSL 253.21º 0.45% 0.53% -
HSV(B) 253.21º 0.58% 0.74% -
XYZ 17.76 12.35 49.59 -
YUV 99.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 104 80 189 0.45 0.58 0 0.26 253.21 0.45 0.53
Hex 68 50 BD 2D 3A 0 1A FD 2D 35
Octal 150 120 275 55 72 0 32 375 55 65
Binary 1101000 1010000 10111101 101101 111010 0 11010 11111101 101101 110101

Color Harmonies of #6850BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6850BD

Black with #6850BD

Text Example


Text Example

White with #6850BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6850BD; }

 p { color: rgb(104,80,189); }

 H1.HeaderClassName
 {
   color: #6850BD;
 }
 .AnyTagClassName
 {
   color: #6850BD;
 }
</style>

background-color css

<style>
 a { background-color: #6850BD; }

 a { background-color: rgb(104,80,189); }

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

border-color css

<style>
 span { border-color: #6850BD; }

 span { border-color: rgb(104,80,189); }

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