Html Css Color HEX #6860B7 Blue Marguerite

📋 copy color: '#6860B7'

red 104 ◦ green 96 ◦ blue 183

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

Shades of Blue Marguerite #6860B7

Tints of Blue Marguerite #6860B7

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.07%

 BLUE value IS 183 (71.88% from 255) = 47.78%

R = 27.15%
G = 25.07%
B = 47.78%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6860B7 (or 0x6860B7) is known color: Blue Marguerite. HEX triplet: 68, 60 and B7. RGB value is (104,96,183). Sum of RGB (Red+Green+Blue) = 104+96+183=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 183 (71.88% from 255 or 47.78% from 383); Max value from RGB is 183 - color contains mainly: blue. Hex color #6860B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6860B7 is #979F48. Grayscale: #6B6B6B. Windows color (decimal): -9936713 or 12017768. OLE color: 12017768.

HSL color Cylindrical-coordinate representation of color #6860B7: hue angle of 245.52º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6860B7 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 104 96 183 -
CMYK 0.43 0.48 0 0.28
HSL 245.52º 0.38% 0.55% -
HSV(B) 245.52º 0.48% 0.72% -
XYZ 18.44 14.73 46.67 -
YUV 108.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 104 96 183 0.43 0.48 0 0.28 245.52 0.38 0.55
Hex 68 60 B7 2B 30 0 1C F6 26 37
Octal 150 140 267 53 60 0 34 366 46 67
Binary 1101000 1100000 10110111 101011 110000 0 11100 11110110 100110 110111

Color Harmonies of #6860B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6860B7

Black with #6860B7

Text Example


Text Example

White with #6860B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6860B7; }

 p { color: rgb(104,96,183); }

 H1.HeaderClassName
 {
   color: #6860B7;
 }
 .AnyTagClassName
 {
   color: #6860B7;
 }
</style>

background-color css

<style>
 a { background-color: #6860B7; }

 a { background-color: rgb(104,96,183); }

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

border-color css

<style>
 span { border-color: #6860B7; }

 span { border-color: rgb(104,96,183); }

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