#6b4fbc

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

Shades of Blue Marguerite #6B4FBC

Tints of Blue Marguerite #6B4FBC

Color information

#6B4FBC (or 0x6B4FBC) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 4F and BC. RGB value is (107,79,188). Sum of RGB (Red+Green+Blue) = 107+79+188=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 79 (31.25% from 255 or 21.12% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B4FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4FBC is #94B043. Grayscale: #636363. Windows color (decimal): -9744452 or 12341099. OLE color: 12341099.

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

Color convert

RGB10779188-
CMYK0.430.5800.26
HSL255.41º44.86%52.35%-
HSV(B)255.41º57.98%73.73%-
XYZ17.9412.3549.02-
YUV99.8177.78133.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.61%
GREEN value IS 79 (31.25% from 255) = 21.12%
BLUE value IS 188 (73.83% from 255) = 50.27%
R=28.61%
G=21.12%
B=50.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal107791880.430.5800.26255.4144.8652.35
Hex6B4FBC2B3A01Aff2d34
Octal15311727453720323775564
Binary110101110011111011110010101111101001101011111111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b4fbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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