Html Css Color HEX #6853BC Blue Marguerite

📋 copy color: '#6853BC'

red 104 ◦ green 83 ◦ blue 188

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

Shades of Blue Marguerite #6853BC

Tints of Blue Marguerite #6853BC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

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

R = 27.73%
G = 22.13%
B = 50.13%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6853BC (or 0x6853BC) is known color: Blue Marguerite. HEX triplet: 68, 53 and BC. RGB value is (104,83,188). Sum of RGB (Red+Green+Blue) = 104+83+188=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #6853BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6853BC is #97AC43. Grayscale: #646464. Windows color (decimal): -9940036 or 12342120. OLE color: 12342120.

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

Color convert

RGB 104 83 188 -
CMYK 0.45 0.56 0 0.26
HSL 252º 0.44% 0.53% -
HSV(B) 252º 0.56% 0.74% -
XYZ 17.88 12.76 49.1 -
YUV 101.25 176.96 129.96 -
System Red Green Blue C M Y K H S L
Decimal 104 83 188 0.45 0.56 0 0.26 252 0.44 0.53
Hex 68 53 BC 2D 38 0 1A FC 2C 35
Octal 150 123 274 55 70 0 32 374 54 65
Binary 1101000 1010011 10111100 101101 111000 0 11010 11111100 101100 110101

Color Harmonies of #6853BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6853BC

Black with #6853BC

Text Example


Text Example

White with #6853BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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