#6260BB

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

Shades of Blue Marguerite #6260BB

Tints of Blue Marguerite #6260BB

Color information

#6260BB (or 0x6260BB) is unknown color: approx Blue Marguerite. HEX triplet: 62, 60 and BB. RGB value is (98,96,187). Sum of RGB (Red+Green+Blue) = 98+96+187=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #6260BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6260BB is #9D9F44. Grayscale: #6A6A6A. Windows color (decimal): -10329925 or 12279906. OLE color: 12279906.

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

Color convert

RGB9896187-
CMYK0.480.4900.27
HSL241.32º40.09%55.49%-
HSV(B)241.32º48.66%73.33%-
XYZ18.1914.5548.86-
YUV106.97173.16121.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.72%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=25.72%
G=25.20%
B=49.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal98961870.480.4900.27241.3240.0955.49
Hex6260BB303101Bf12837
Octal14214027360610333615067
Binary110001011000001011101111000011000101101111110001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6260BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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