Html Css Color HEX #6250BE Blue Marguerite

📋 copy color: '#6250BE'

red 98 ◦ green 80 ◦ blue 190

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

Shades of Blue Marguerite #6250BE

Tints of Blue Marguerite #6250BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.63%

R = 26.63%
G = 21.74%
B = 51.63%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6250BE (or 0x6250BE) is known color: Blue Marguerite. HEX triplet: 62, 50 and BE. RGB value is (98,80,190). Sum of RGB (Red+Green+Blue) = 98+80+190=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #6250BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6250BE is #9DAF41. Grayscale: #616161. Windows color (decimal): -10334018 or 12472418. OLE color: 12472418.

HSL color Cylindrical-coordinate representation of color #6250BE: hue angle of 249.82º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6250BE is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 80 190 -
CMYK 0.48 0.58 0 0.25
HSL 249.82º 0.46% 0.53% -
HSV(B) 249.82º 0.58% 0.75% -
XYZ 17.2 12.05 50.13 -
YUV 97.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 98 80 190 0.48 0.58 0 0.25 249.82 0.46 0.53
Hex 62 50 BE 30 3A 0 19 FA 2E 35
Octal 142 120 276 60 72 0 31 372 56 65
Binary 1100010 1010000 10111110 110000 111010 0 11001 11111010 101110 110101

Color Harmonies of #6250BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6250BE

Black with #6250BE

Text Example


Text Example

White with #6250BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6250BE; }

 p { color: rgb(98,80,190); }

 H1.HeaderClassName
 {
   color: #6250BE;
 }
 .AnyTagClassName
 {
   color: #6250BE;
 }
</style>

background-color css

<style>
 a { background-color: #6250BE; }

 a { background-color: rgb(98,80,190); }

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

border-color css

<style>
 span { border-color: #6250BE; }

 span { border-color: rgb(98,80,190); }

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