#6250B8

Color #6250B8 Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6250B8

Tints of Blue Marguerite #6250B8

Color information

#6250B8 (or 0x6250B8) is unknown color: approx Blue Marguerite. HEX triplet: 62, 50 and B8. RGB value is (98,80,184). Sum of RGB (Red+Green+Blue) = 98+80+184=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #6250B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6250B8 is #9DAF47. Grayscale: #606060. Windows color (decimal): -10334024 or 12079202. OLE color: 12079202.

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

Color convert

RGB9880184-
CMYK0.470.5700.28
HSL250.38º42.28%51.76%-
HSV(B)250.38º56.52%72.16%-
XYZ16.5611.7946.75-
YUV97.24176.96128.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.07%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 184 (72.27% from 255) = 50.83%
R=27.07%
G=22.10%
B=50.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal98801840.470.5700.28250.3842.2851.76
Hex6250B82F3901Cfa2a34
Octal14212027057710343725264
Binary110001010100001011100010111111100101110011111010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6250B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6250B8;
 }
 .AnyTagClassName
 {
   color: #6250B8;
 }
</style>
background-color css

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

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

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

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

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

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