#6C53BE

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

Shades of Blue Marguerite #6C53BE

Tints of Blue Marguerite #6C53BE

Color information

#6C53BE (or 0x6C53BE) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 53 and BE. RGB value is (108,83,190). Sum of RGB (Red+Green+Blue) = 108+83+190=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C53BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C53BE is #93AC41. Grayscale: #666666. Windows color (decimal): -9677890 or 12473196. OLE color: 12473196.

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

Color convert

RGB10883190-
CMYK0.430.5600.25
HSL254.02º45.15%53.53%-
HSV(B)254.02º56.32%74.51%-
XYZ18.5713.0950.26-
YUV102.67177.28131.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.35%
GREEN value IS 83 (32.81% from 255) = 21.78%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=28.35%
G=21.78%
B=49.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108831900.430.5600.25254.0245.1553.53
Hex6C53BE2B38019fe2d36
Octal15412327653700313765566
Binary110110010100111011111010101111100001100111111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C53BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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