#6B4CBC

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

Shades of Blue Marguerite #6B4CBC

Tints of Blue Marguerite #6B4CBC

Color information

#6B4CBC (or 0x6B4CBC) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 4C and BC. RGB value is (107,76,188). Sum of RGB (Red+Green+Blue) = 107+76+188=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 76 (30.08% from 255 or 20.49% 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 #6B4CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B4CBC is #94B343. Grayscale: #616161. Windows color (decimal): -9745220 or 12340331. OLE color: 12340331.

HSL color Cylindrical-coordinate representation of color #6B4CBC: hue angle of 256.61º 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 #6B4CBC is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10776188-
CMYK0.430.6000.26
HSL256.61º45.53%51.76%-
HSV(B)256.61º59.57%73.73%-
XYZ17.7211.9348.94-
YUV98.04178.77134.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.84%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=28.84%
G=20.49%
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
Decimal107761880.430.6000.26256.6145.5351.76
Hex6B4CBC2B3C01A1012e34
Octal15311427453740324015664
Binary1101011100110010111100101011111100011010100000001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,76,188); }

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

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

 a { background-color: rgb(107,76,188); }

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

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

 span { border-color: rgb(107,76,188); }

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