Html Css Color HEX #6260BA Blue Marguerite

📋 copy color: '#6260BA'

red 98 ◦ green 96 ◦ blue 186

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

Shades of Blue Marguerite #6260BA

Tints of Blue Marguerite #6260BA

RGB

 RED value IS 98 (38.67% from 255) = 25.79%

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

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 25.79%
G = 25.26%
B = 48.95%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6260BA (or 0x6260BA) is known color: Blue Marguerite. HEX triplet: 62, 60 and BA. RGB value is (98,96,186). Sum of RGB (Red+Green+Blue) = 98+96+186=380 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.79% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #6260BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6260BA is #9D9F45. Grayscale: #6A6A6A. Windows color (decimal): -10329926 or 12214370. OLE color: 12214370.

HSL color Cylindrical-coordinate representation of color #6260BA: hue angle of 241.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6260BA is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 96 186 -
CMYK 0.47 0.48 0 0.27
HSL 241.33º 0.39% 0.55% -
HSV(B) 241.33º 0.48% 0.73% -
XYZ 18.08 14.51 48.3 -
YUV 106.86 172.66 121.68 -
System Red Green Blue C M Y K H S L
Decimal 98 96 186 0.47 0.48 0 0.27 241.33 0.39 0.55
Hex 62 60 BA 2F 30 0 1B F1 27 37
Octal 142 140 272 57 60 0 33 361 47 67
Binary 1100010 1100000 10111010 101111 110000 0 11011 11110001 100111 110111

Color Harmonies of #6260BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6260BA

Black with #6260BA

Text Example


Text Example

White with #6260BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6260BA; }

 p { color: rgb(98,96,186); }

 H1.HeaderClassName
 {
   color: #6260BA;
 }
 .AnyTagClassName
 {
   color: #6260BA;
 }
</style>

background-color css

<style>
 a { background-color: #6260BA; }

 a { background-color: rgb(98,96,186); }

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

border-color css

<style>
 span { border-color: #6260BA; }

 span { border-color: rgb(98,96,186); }

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