#6C61AB

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

Shades of Blue Marguerite #6C61AB

Tints of Blue Marguerite #6C61AB

Color information

#6C61AB (or 0x6C61AB) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 61 and AB. RGB value is (108,97,171). Sum of RGB (Red+Green+Blue) = 108+97+171=376 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.72% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C61AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C61AB is #939E54. Grayscale: #6C6C6C. Windows color (decimal): -9674325 or 11231596. OLE color: 11231596.

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

Color convert

RGB10897171-
CMYK0.370.4300.33
HSL248.92º30.58%52.55%-
HSV(B)248.92º43.27%67.06%-
XYZ17.8114.6840.42-
YUV108.72163.14127.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.72%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=28.72%
G=25.80%
B=45.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108971710.370.4300.33248.9230.5852.55
Hex6C61AB252B021f91f35
Octal15414125345530413713765
Binary110110011000011010101110010110101101000011111100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,97,171); }

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

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

 a { background-color: rgb(108,97,171); }

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

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

 span { border-color: rgb(108,97,171); }

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