#6C4BBC

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

Shades of Blue Marguerite #6C4BBC

Tints of Blue Marguerite #6C4BBC

Color information

#6C4BBC (or 0x6C4BBC) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 4B and BC. RGB value is (108,75,188). Sum of RGB (Red+Green+Blue) = 108+75+188=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C4BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4BBC is #93B443. Grayscale: #616161. Windows color (decimal): -9679940 or 12340076. OLE color: 12340076.

HSL color Cylindrical-coordinate representation of color #6C4BBC: hue angle of 257.52º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C4BBC is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10875188-
CMYK0.430.6000.26
HSL257.52º45.75%51.57%-
HSV(B)257.52º60.11%73.73%-
XYZ17.7811.8548.93-
YUV97.75178.93135.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.11%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=29.11%
G=20.22%
B=50.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108751880.430.6000.26257.5245.7551.57
Hex6C4BBC2B3C01A1022e34
Octal15411327453740324025664
Binary1101100100101110111100101011111100011010100000010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,75,188); }

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

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

 a { background-color: rgb(108,75,188); }

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

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

 span { border-color: rgb(108,75,188); }

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