#6C48BF

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

Shades of Blue Marguerite #6C48BF

Tints of Blue Marguerite #6C48BF

Color information

#6C48BF (or 0x6C48BF) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 48 and BF. RGB value is (108,72,191). Sum of RGB (Red+Green+Blue) = 108+72+191=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C48BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C48BF is #93B740. Grayscale: #5F5F5F. Windows color (decimal): -9680705 or 12535916. OLE color: 12535916.

HSL color Cylindrical-coordinate representation of color #6C48BF: hue angle of 258.15º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C48BF is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10872191-
CMYK0.430.6200.25
HSL258.15º48.18%51.57%-
HSV(B)258.15º62.3%74.9%-
XYZ17.9111.5850.58-
YUV96.33181.43136.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.11%
GREEN value IS 72 (28.52% from 255) = 19.41%
BLUE value IS 191 (75% from 255) = 51.48%
R=29.11%
G=19.41%
B=51.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108721910.430.6200.25258.1548.1851.57
Hex6C48BF2B3E0191023034
Octal15411027753760314026064
Binary1101100100100010111111101011111110011001100000010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C48BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,72,191); }

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

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

 a { background-color: rgb(108,72,191); }

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

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

 span { border-color: rgb(108,72,191); }

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