#6A61AF

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

Shades of Blue Marguerite #6A61AF

Tints of Blue Marguerite #6A61AF

Color information

#6A61AF (or 0x6A61AF) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 61 and AF. RGB value is (106,97,175). Sum of RGB (Red+Green+Blue) = 106+97+175=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A61AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A61AF is #959E50. Grayscale: #6C6C6C. Windows color (decimal): -9805393 or 11493738. OLE color: 11493738.

HSL color Cylindrical-coordinate representation of color #6A61AF: hue angle of 246.92º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A61AF is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10697175-
CMYK0.390.4500.31
HSL246.92º32.77%53.33%-
HSV(B)246.92º44.57%68.63%-
XYZ17.9614.7142.45-
YUV108.58165.48126.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.04%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 175 (68.75% from 255) = 46.30%
R=28.04%
G=25.66%
B=46.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106971750.390.4500.31246.9232.7753.33
Hex6A61AF272D01Ff72135
Octal15214125747550373674165
Binary110101011000011010111110011110110101111111110111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A61AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,97,175); }

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

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

 a { background-color: rgb(106,97,175); }

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

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

 span { border-color: rgb(106,97,175); }

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