Html Css Color HEX #6250AB Blue Marguerite

📋 copy color: '#6250AB'

red 98 ◦ green 80 ◦ blue 171

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

Shades of Blue Marguerite #6250AB

Tints of Blue Marguerite #6250AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49%

R = 28.08%
G = 22.92%
B = 49%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6250AB (or 0x6250AB) is known color: Blue Marguerite. HEX triplet: 62, 50 and AB. RGB value is (98,80,171). Sum of RGB (Red+Green+Blue) = 98+80+171=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #6250AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6250AB is #9DAF54. Grayscale: #5F5F5F. Windows color (decimal): -10334037 or 11227234. OLE color: 11227234.

HSL color Cylindrical-coordinate representation of color #6250AB: hue angle of 251.87º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6250AB is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 80 171 -
CMYK 0.43 0.53 0 0.33
HSL 251.87º 0.36% 0.49% -
HSV(B) 251.87º 0.53% 0.67% -
XYZ 15.26 11.27 39.9 -
YUV 95.76 170.46 129.6 -
System Red Green Blue C M Y K H S L
Decimal 98 80 171 0.43 0.53 0 0.33 251.87 0.36 0.49
Hex 62 50 AB 2B 35 0 21 FC 24 31
Octal 142 120 253 53 65 0 41 374 44 61
Binary 1100010 1010000 10101011 101011 110101 0 100001 11111100 100100 110001

Color Harmonies of #6250AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6250AB

Black with #6250AB

Text Example


Text Example

White with #6250AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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