Html Css Color HEX #6850BC Blue Marguerite

📋 copy color: '#6850BC'

red 104 ◦ green 80 ◦ blue 188

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

Shades of Blue Marguerite #6850BC

Tints of Blue Marguerite #6850BC

RGB

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

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

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

R = 27.96%
G = 21.51%
B = 50.54%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6850BC (or 0x6850BC) is known color: Blue Marguerite. HEX triplet: 68, 50 and BC. RGB value is (104,80,188). Sum of RGB (Red+Green+Blue) = 104+80+188=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #6850BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6850BC is #97AF43. Grayscale: #636363. Windows color (decimal): -9940804 or 12341352. OLE color: 12341352.

HSL color Cylindrical-coordinate representation of color #6850BC: hue angle of 253.33º 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 #6850BC is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 80 188 -
CMYK 0.45 0.57 0 0.26
HSL 253.33º 0.45% 0.53% -
HSV(B) 253.33º 0.57% 0.74% -
XYZ 17.65 12.31 49.02 -
YUV 99.49 177.95 131.22 -
System Red Green Blue C M Y K H S L
Decimal 104 80 188 0.45 0.57 0 0.26 253.33 0.45 0.53
Hex 68 50 BC 2D 39 0 1A FD 2D 35
Octal 150 120 274 55 71 0 32 375 55 65
Binary 1101000 1010000 10111100 101101 111001 0 11010 11111101 101101 110101

Color Harmonies of #6850BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6850BC

Black with #6850BC

Text Example


Text Example

White with #6850BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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