#6C51AD

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

Shades of Blue Marguerite #6C51AD

Tints of Blue Marguerite #6C51AD

Color information

#6C51AD (or 0x6C51AD) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 51 and AD. RGB value is (108,81,173). Sum of RGB (Red+Green+Blue) = 108+81+173=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C51AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C51AD is #93AE52. Grayscale: #636363. Windows color (decimal): -9678419 or 11358572. OLE color: 11358572.

HSL color Cylindrical-coordinate representation of color #6C51AD: hue angle of 257.61º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C51AD is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10881173-
CMYK0.380.5300.32
HSL257.61º36.22%49.8%-
HSV(B)257.61º53.18%67.84%-
XYZ16.6712.0940.99-
YUV99.56169.45134.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.83%
GREEN value IS 81 (32.03% from 255) = 22.38%
BLUE value IS 173 (67.97% from 255) = 47.79%
R=29.83%
G=22.38%
B=47.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108811730.380.5300.32257.6136.2249.8
Hex6C51AD26350201022432
Octal15412125546650404024462
Binary11011001010001101011011001101101010100000100000010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C51AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,81,173); }

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

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

 a { background-color: rgb(108,81,173); }

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

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

 span { border-color: rgb(108,81,173); }

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