#6253BB

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

Shades of Blue Marguerite #6253BB

Tints of Blue Marguerite #6253BB

Color information

#6253BB (or 0x6253BB) is unknown color: approx Blue Marguerite. HEX triplet: 62, 53 and BB. RGB value is (98,83,187). Sum of RGB (Red+Green+Blue) = 98+83+187=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #6253BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6253BB is #9DAC44. Grayscale: #626262. Windows color (decimal): -10333253 or 12276578. OLE color: 12276578.

HSL color Cylindrical-coordinate representation of color #6253BB: hue angle of 248.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6253BB is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9883187-
CMYK0.480.5600.27
HSL248.65º43.33%52.94%-
HSV(B)248.65º55.61%73.33%-
XYZ17.112.3748.5-
YUV99.34177.47127.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.63%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 187 (73.44% from 255) = 50.82%
R=26.63%
G=22.55%
B=50.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98831870.480.5600.27248.6543.3352.94
Hex6253BB303801Bf92b35
Octal14212327360700333715365
Binary110001010100111011101111000011100001101111111001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6253BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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