#6A66AF

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

Shades of Blue Marguerite #6A66AF

Tints of Blue Marguerite #6A66AF

Color information

#6A66AF (or 0x6A66AF) is unknown color: approx Blue Marguerite. HEX triplet: 6A, 66 and AF. RGB value is (106,102,175). Sum of RGB (Red+Green+Blue) = 106+102+175=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A66AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A66AF is #959950. Grayscale: #6F6F6F. Windows color (decimal): -9804113 or 11495018. OLE color: 11495018.

HSL color Cylindrical-coordinate representation of color #6A66AF: hue angle of 243.29º degrees, saturation: 0.31, 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 #6A66AF is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB106102175-
CMYK0.390.4200.31
HSL243.29º31.33%54.31%-
HSV(B)243.29º41.71%68.63%-
XYZ18.4315.6642.61-
YUV111.52163.83124.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.68%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=27.68%
G=26.63%
B=45.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061021750.390.4200.31243.2931.3354.31
Hex6A66AF272A01Ff31f36
Octal15214625747520373633766
Binary11010101100110101011111001111010100111111111001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A66AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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