#6C60B1

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

Shades of Blue Marguerite #6C60B1

Tints of Blue Marguerite #6C60B1

Color information

#6C60B1 (or 0x6C60B1) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 60 and B1. RGB value is (108,96,177). Sum of RGB (Red+Green+Blue) = 108+96+177=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #6C60B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C60B1 is #939F4E. Grayscale: #6C6C6C. Windows color (decimal): -9674575 or 11624556. OLE color: 11624556.

HSL color Cylindrical-coordinate representation of color #6C60B1: hue angle of 248.89º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C60B1 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10896177-
CMYK0.390.4600.31
HSL248.89º34.18%53.53%-
HSV(B)248.89º45.76%69.41%-
XYZ18.314.7343.47-
YUV108.82166.48127.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.35%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 177 (69.53% from 255) = 46.46%
R=28.35%
G=25.20%
B=46.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal108961770.390.4600.31248.8934.1853.53
Hex6C60B1272E01Ff92236
Octal15414026147560373714266
Binary110110011000001011000110011110111001111111111001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C60B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C60B1; }

 p { color: rgb(108,96,177); }

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

<style>
 a { background-color: #6C60B1; }

 a { background-color: rgb(108,96,177); }

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

<style>
 span { border-color: #6C60B1; }

 span { border-color: rgb(108,96,177); }

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