Html Css Color HEX #6253BE Blue Marguerite

📋 copy color: '#6253BE'

red 98 ◦ green 83 ◦ blue 190

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

Shades of Blue Marguerite #6253BE

Tints of Blue Marguerite #6253BE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.37%

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

R = 26.42%
G = 22.37%
B = 51.21%

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

#6253BE (or 0x6253BE) is known color: Blue Marguerite. HEX triplet: 62, 53 and BE. RGB value is (98,83,190). Sum of RGB (Red+Green+Blue) = 98+83+190=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #6253BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6253BE is #9DAC41. Grayscale: #636363. Windows color (decimal): -10333250 or 12473186. OLE color: 12473186.

HSL color Cylindrical-coordinate representation of color #6253BE: hue angle of 248.41º 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 #6253BE is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 83 190 -
CMYK 0.48 0.56 0 0.25
HSL 248.41º 0.45% 0.54% -
HSV(B) 248.41º 0.56% 0.75% -
XYZ 17.42 12.5 50.21 -
YUV 99.68 178.97 126.8 -
System Red Green Blue C M Y K H S L
Decimal 98 83 190 0.48 0.56 0 0.25 248.41 0.45 0.54
Hex 62 53 BE 30 38 0 19 F8 2D 36
Octal 142 123 276 60 70 0 31 370 55 66
Binary 1100010 1010011 10111110 110000 111000 0 11001 11111000 101101 110110

Color Harmonies of #6253BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6253BE

Black with #6253BE

Text Example


Text Example

White with #6253BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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