#6255A3

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

Shades of Blue Marguerite #6255A3

Tints of Blue Marguerite #6255A3

Color information

#6255A3 (or 0x6255A3) is unknown color: approx Blue Marguerite. HEX triplet: 62, 55 and A3. RGB value is (98,85,163). Sum of RGB (Red+Green+Blue) = 98+85+163=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 163 - color contains mainly: blue. Hex color #6255A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6255A3 is #9DAA5C. Grayscale: #616161. Windows color (decimal): -10332765 or 10704226. OLE color: 10704226.

HSL color Cylindrical-coordinate representation of color #6255A3: hue angle of 250º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6255A3 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9885163-
CMYK0.400.4800.36
HSL250º31.45%48.63%-
HSV(B)250º47.85%63.92%-
XYZ14.911.7436.13-
YUV97.78164.81128.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.32%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 163 (64.06% from 255) = 47.11%
R=28.32%
G=24.57%
B=47.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98851630.400.4800.3625031.4548.63
Hex6255A32830024fa1f31
Octal14212524350600443723761
Binary110001010101011010001110100011000001001001111101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6255A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6255A3; }

 p { color: rgb(98,85,163); }

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

<style>
 a { background-color: #6255A3; }

 a { background-color: rgb(98,85,163); }

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

<style>
 span { border-color: #6255A3; }

 span { border-color: rgb(98,85,163); }

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