#6253BE

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

Shades of Blue Marguerite #6253BE

Tints of Blue Marguerite #6253BE

Color information

#6253BE (or 0x6253BE) is unknown color: approx Blue Marguerite. HEX triplet: 62, 53 and BE. RGB value is (98,83,190). Sum of RGB (Red+Green+Blue) = 98+83+190=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #6253BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6253BE is #9DAC41. Grayscale: #636363. Windows color (decimal): -10333250 or 12473186. OLE color: 12473186.

HSL color Cylindrical-coordinate representation of color #6253BE: hue angle of 248.41º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6253BE is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9883190-
CMYK0.480.5600.25
HSL248.41º45.15%53.53%-
HSV(B)248.41º56.32%74.51%-
XYZ17.4212.550.21-
YUV99.68178.97126.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=26.42%
G=22.37%
B=51.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal98831900.480.5600.25248.4145.1553.53
Hex6253BE3038019f82d36
Octal14212327660700313705566
Binary110001010100111011111011000011100001100111111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6253BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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