#6B60AC

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

Shades of Blue Marguerite #6B60AC

Tints of Blue Marguerite #6B60AC

Color information

#6B60AC (or 0x6B60AC) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 60 and AC. RGB value is (107,96,172). Sum of RGB (Red+Green+Blue) = 107+96+172=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #6B60AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B60AC is #949F53. Grayscale: #6B6B6B. Windows color (decimal): -9740116 or 11296875. OLE color: 11296875.

HSL color Cylindrical-coordinate representation of color #6B60AC: hue angle of 248.68º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B60AC is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10796172-
CMYK0.380.4400.33
HSL248.68º31.4%52.55%-
HSV(B)248.68º44.19%67.45%-
XYZ17.6914.4740.89-
YUV107.95164.14127.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.53%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=28.53%
G=25.6%
B=45.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal107961720.380.4400.33248.6831.452.55
Hex6B60AC262C021f91f35
Octal15314025446540413713765
Binary110101111000001010110010011010110001000011111100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,96,172); }

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

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

 a { background-color: rgb(107,96,172); }

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

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

 span { border-color: rgb(107,96,172); }

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