#6250AD

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

Shades of Blue Marguerite #6250AD

Tints of Blue Marguerite #6250AD

Color information

#6250AD (or 0x6250AD) is unknown color: approx Blue Marguerite. HEX triplet: 62, 50 and AD. RGB value is (98,80,173). Sum of RGB (Red+Green+Blue) = 98+80+173=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #6250AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6250AD is #9DAF52. Grayscale: #5F5F5F. Windows color (decimal): -10334035 or 11358306. OLE color: 11358306.

HSL color Cylindrical-coordinate representation of color #6250AD: hue angle of 251.61º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6250AD is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9880173-
CMYK0.430.5400.32
HSL251.61º36.76%49.61%-
HSV(B)251.61º53.76%67.84%-
XYZ15.4511.3540.91-
YUV95.98171.46129.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.92%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 173 (67.97% from 255) = 49.29%
R=27.92%
G=22.79%
B=49.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98801730.430.5400.32251.6136.7649.61
Hex6250AD2B36020fc2532
Octal14212025553660403744562
Binary1100010101000010101101101011110110010000011111100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6250AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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