#6D65AF

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

Shades of Blue Marguerite #6D65AF

Tints of Blue Marguerite #6D65AF

Color information

#6D65AF (or 0x6D65AF) is unknown color: approx Blue Marguerite. HEX triplet: 6D, 65 and AF. RGB value is (109,101,175). Sum of RGB (Red+Green+Blue) = 109+101+175=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D65AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D65AF is #929A50. Grayscale: #6F6F6F. Windows color (decimal): -9607761 or 11494765. OLE color: 11494765.

HSL color Cylindrical-coordinate representation of color #6D65AF: hue angle of 246.49º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D65AF is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB109101175-
CMYK0.380.4200.31
HSL246.49º31.62%54.12%-
HSV(B)246.49º42.29%68.63%-
XYZ18.715.6542.59-
YUV111.83163.65125.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.31%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=28.31%
G=26.23%
B=45.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091011750.380.4200.31246.4931.6254.12
Hex6D65AF262A01Ff62036
Octal15514525746520373664066
Binary110110111001011010111110011010101001111111110110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D65AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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