Html Css Color HEX #6861BC Blue Marguerite

📋 copy color: '#6861BC'

red 104 ◦ green 97 ◦ blue 188

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

Shades of Blue Marguerite #6861BC

Tints of Blue Marguerite #6861BC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.94%

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

R = 26.74%
G = 24.94%
B = 48.33%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6861BC (or 0x6861BC) is known color: Blue Marguerite. HEX triplet: 68, 61 and BC. RGB value is (104,97,188). Sum of RGB (Red+Green+Blue) = 104+97+188=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #6861BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6861BC is #979E43. Grayscale: #6D6D6D. Windows color (decimal): -9936452 or 12345704. OLE color: 12345704.

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

Color convert

RGB 104 97 188 -
CMYK 0.45 0.48 0 0.26
HSL 244.62º 0.4% 0.56% -
HSV(B) 244.62º 0.48% 0.74% -
XYZ 19.06 15.12 49.49 -
YUV 109.47 172.32 124.1 -
System Red Green Blue C M Y K H S L
Decimal 104 97 188 0.45 0.48 0 0.26 244.62 0.4 0.56
Hex 68 61 BC 2D 30 0 1A F5 28 38
Octal 150 141 274 55 60 0 32 365 50 70
Binary 1101000 1100001 10111100 101101 110000 0 11010 11110101 101000 111000

Color Harmonies of #6861BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6861BC

Black with #6861BC

Text Example


Text Example

White with #6861BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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