Html Css Color HEX #6254BE Blue Marguerite

📋 copy color: '#6254BE'

red 98 ◦ green 84 ◦ blue 190

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

Shades of Blue Marguerite #6254BE

Tints of Blue Marguerite #6254BE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.58%

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

R = 26.34%
G = 22.58%
B = 51.08%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6254BE (or 0x6254BE) is known color: Blue Marguerite. HEX triplet: 62, 54 and BE. RGB value is (98,84,190). Sum of RGB (Red+Green+Blue) = 98+84+190=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #6254BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6254BE is #9DAB41. Grayscale: #636363. Windows color (decimal): -10332994 or 12473442. OLE color: 12473442.

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

Color convert

RGB 98 84 190 -
CMYK 0.48 0.56 0 0.25
HSL 247.92º 0.45% 0.54% -
HSV(B) 247.92º 0.56% 0.75% -
XYZ 17.5 12.66 50.24 -
YUV 100.27 178.64 126.38 -
System Red Green Blue C M Y K H S L
Decimal 98 84 190 0.48 0.56 0 0.25 247.92 0.45 0.54
Hex 62 54 BE 30 38 0 19 F8 2D 36
Octal 142 124 276 60 70 0 31 370 55 66
Binary 1100010 1010100 10111110 110000 111000 0 11001 11111000 101101 110110

Color Harmonies of #6254BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6254BE

Black with #6254BE

Text Example


Text Example

White with #6254BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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