#6A65BD

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

Shades of Blue Marguerite #6A65BD

Tints of Blue Marguerite #6A65BD

Color information

#6A65BD (or 0x6A65BD) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 65 and BD. RGB value is (106,101,189). Sum of RGB (Red+Green+Blue) = 106+101+189=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #6A65BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A65BD is #959A42. Grayscale: #707070. Windows color (decimal): -9804355 or 12412266. OLE color: 12412266.

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

Color convert

RGB106101189-
CMYK0.440.4700.26
HSL243.41º40%56.86%-
HSV(B)243.41º46.56%74.12%-
XYZ19.7816.0550.2-
YUV112.53171.16123.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.77%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 189 (74.22% from 255) = 47.73%
R=26.77%
G=25.51%
B=47.73%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1061011890.440.4700.26243.414056.86
Hex6A65BD2C2F01Af32839
Octal15214527554570323635071
Binary110101011001011011110110110010111101101011110011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A65BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,101,189); }

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

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

 a { background-color: rgb(106,101,189); }

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

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

 span { border-color: rgb(106,101,189); }

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