#6253BC

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

Shades of Blue Marguerite #6253BC

Tints of Blue Marguerite #6253BC

Color information

#6253BC (or 0x6253BC) is unknown color: approx Blue Marguerite. HEX triplet: 62, 53 and BC. RGB value is (98,83,188). Sum of RGB (Red+Green+Blue) = 98+83+188=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #6253BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6253BC is #9DAC43. Grayscale: #636363. Windows color (decimal): -10333252 or 12342114. OLE color: 12342114.

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

Color convert

RGB9883188-
CMYK0.480.5600.26
HSL248.57º43.93%53.14%-
HSV(B)248.57º55.85%73.73%-
XYZ17.2112.4149.07-
YUV99.46177.97126.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.56%
GREEN value IS 83 (32.81% from 255) = 22.49%
BLUE value IS 188 (73.83% from 255) = 50.95%
R=26.56%
G=22.49%
B=50.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal98831880.480.5600.26248.5743.9353.14
Hex6253BC303801Af92c35
Octal14212327460700323715465
Binary110001010100111011110011000011100001101011111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6253BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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