#6C5EB5

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

Shades of Blue Marguerite #6C5EB5

Tints of Blue Marguerite #6C5EB5

Color information

#6C5EB5 (or 0x6C5EB5) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 5E and B5. RGB value is (108,94,181). Sum of RGB (Red+Green+Blue) = 108+94+181=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 181 - color contains mainly: blue. Hex color #6C5EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5EB5 is #93A14A. Grayscale: #6B6B6B. Windows color (decimal): -9675083 or 11886188. OLE color: 11886188.

HSL color Cylindrical-coordinate representation of color #6C5EB5: hue angle of 249.66º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C5EB5 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10894181-
CMYK0.400.4800.29
HSL249.66º37.02%53.92%-
HSV(B)249.66º48.07%70.98%-
XYZ18.5314.5345.54-
YUV108.1169.14127.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.20%
GREEN value IS 94 (37.11% from 255) = 24.54%
BLUE value IS 181 (71.09% from 255) = 47.26%
R=28.20%
G=24.54%
B=47.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal108941810.400.4800.29249.6637.0253.92
Hex6C5EB5283001Dfa2536
Octal15413626550600353724566
Binary110110010111101011010110100011000001110111111010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,94,181); }

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

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

 a { background-color: rgb(108,94,181); }

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

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

 span { border-color: rgb(108,94,181); }

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