#6D65BC

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

Shades of Blue Marguerite #6D65BC

Tints of Blue Marguerite #6D65BC

Color information

#6D65BC (or 0x6D65BC) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 65 and BC. RGB value is (109,101,188). Sum of RGB (Red+Green+Blue) = 109+101+188=398 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.39% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D65BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D65BC is #929A43. Grayscale: #707070. Windows color (decimal): -9607748 or 12346733. OLE color: 12346733.

HSL color Cylindrical-coordinate representation of color #6D65BC: hue angle of 245.52º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D65BC is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB109101188-
CMYK0.420.4600.26
HSL245.52º39.37%56.67%-
HSV(B)245.52º46.28%73.73%-
XYZ20.0416.1949.65-
YUV113.31170.15124.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.39%
GREEN value IS 101 (39.84% from 255) = 25.38%
BLUE value IS 188 (73.83% from 255) = 47.24%
R=27.39%
G=25.38%
B=47.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091011880.420.4600.26245.5239.3756.67
Hex6D65BC2A2E01Af62739
Octal15514527452560323664771
Binary110110111001011011110010101010111001101011110110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D65BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,101,188); }

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

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

 a { background-color: rgb(109,101,188); }

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

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

 span { border-color: rgb(109,101,188); }

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