#6255BC

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

Shades of Blue Marguerite #6255BC

Tints of Blue Marguerite #6255BC

Color information

#6255BC (or 0x6255BC) is unknown color: approx Blue Marguerite. HEX triplet: 62, 55 and BC. RGB value is (98,85,188). Sum of RGB (Red+Green+Blue) = 98+85+188=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #6255BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6255BC is #9DAA43. Grayscale: #646464. Windows color (decimal): -10332740 or 12342626. OLE color: 12342626.

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

Color convert

RGB9885188-
CMYK0.480.5500.26
HSL247.57º43.46%53.53%-
HSV(B)247.57º54.79%73.73%-
XYZ17.3612.7249.12-
YUV100.63177.31126.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.42%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=26.42%
G=22.91%
B=50.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal98851880.480.5500.26247.5743.4653.53
Hex6255BC303701Af82b36
Octal14212527460670323705366
Binary110001010101011011110011000011011101101011111000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6255BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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