#6B65B3

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

Shades of Blue Marguerite #6B65B3

Tints of Blue Marguerite #6B65B3

Color information

#6B65B3 (or 0x6B65B3) is unknown color: approx Blue Marguerite. HEX triplet: 6B, 65 and B3. RGB value is (107,101,179). Sum of RGB (Red+Green+Blue) = 107+101+179=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #6B65B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B65B3 is #949A4C. Grayscale: #6F6F6F. Windows color (decimal): -9738829 or 11756907. OLE color: 11756907.

HSL color Cylindrical-coordinate representation of color #6B65B3: hue angle of 244.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B65B3 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB107101179-
CMYK0.400.4400.30
HSL244.62º33.91%54.9%-
HSV(B)244.62º43.58%70.2%-
XYZ18.8515.6944.68-
YUV111.69165.99124.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.65%
GREEN value IS 101 (39.84% from 255) = 26.10%
BLUE value IS 179 (70.31% from 255) = 46.25%
R=27.65%
G=26.10%
B=46.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1071011790.400.4400.30244.6233.9154.9
Hex6B65B3282C01Ef52237
Octal15314526350540363654267
Binary110101111001011011001110100010110001111011110101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B65B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,101,179); }

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

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

 a { background-color: rgb(107,101,179); }

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

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

 span { border-color: rgb(107,101,179); }

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