#6C52BE

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

Shades of Blue Marguerite #6C52BE

Tints of Blue Marguerite #6C52BE

Color information

#6C52BE (or 0x6C52BE) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 52 and BE. RGB value is (108,82,190). Sum of RGB (Red+Green+Blue) = 108+82+190=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C52BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C52BE is #93AD41. Grayscale: #656565. Windows color (decimal): -9678146 or 12472940. OLE color: 12472940.

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

Color convert

RGB10882190-
CMYK0.430.5700.25
HSL254.44º45.38%53.33%-
HSV(B)254.44º56.84%74.51%-
XYZ18.512.9450.24-
YUV102.09177.61132.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.42%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 190 (74.61% from 255) = 50%
R=28.42%
G=21.58%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108821900.430.5700.25254.4445.3853.33
Hex6C52BE2B39019fe2d35
Octal15412227653710313765565
Binary110110010100101011111010101111100101100111111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C52BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,82,190); }

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

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

 a { background-color: rgb(108,82,190); }

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

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

 span { border-color: rgb(108,82,190); }

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