Html Css Color HEX #6250B9 Blue Marguerite

📋 copy color: '#6250B9'

red 98 ◦ green 80 ◦ blue 185

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

Shades of Blue Marguerite #6250B9

Tints of Blue Marguerite #6250B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 50.96%

R = 27%
G = 22.04%
B = 50.96%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6250B9 (or 0x6250B9) is known color: Blue Marguerite. HEX triplet: 62, 50 and B9. RGB value is (98,80,185). Sum of RGB (Red+Green+Blue) = 98+80+185=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #6250B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6250B9 is #9DAF46. Grayscale: #606060. Windows color (decimal): -10334023 or 12144738. OLE color: 12144738.

HSL color Cylindrical-coordinate representation of color #6250B9: hue angle of 250.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6250B9 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 80 185 -
CMYK 0.47 0.57 0 0.27
HSL 250.29º 0.43% 0.52% -
HSV(B) 250.29º 0.57% 0.73% -
XYZ 16.66 11.84 47.31 -
YUV 97.35 177.46 128.46 -
System Red Green Blue C M Y K H S L
Decimal 98 80 185 0.47 0.57 0 0.27 250.29 0.43 0.52
Hex 62 50 B9 2F 39 0 1B FA 2B 34
Octal 142 120 271 57 71 0 33 372 53 64
Binary 1100010 1010000 10111001 101111 111001 0 11011 11111010 101011 110100

Color Harmonies of #6250B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6250B9

Black with #6250B9

Text Example


Text Example

White with #6250B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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