#665eaf

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

Shades of Blue Marguerite #665EAF

Tints of Blue Marguerite #665EAF

Color information

#665EAF (or 0x665EAF) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5E and AF. RGB value is (102,94,175). Sum of RGB (Red+Green+Blue) = 102+94+175=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #665EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665EAF is #99A150. Grayscale: #696969. Windows color (decimal): -10068305 or 11492966. OLE color: 11492966.

HSL color Cylindrical-coordinate representation of color #665EAF: hue angle of 245.93º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #665EAF is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10294175-
CMYK0.420.4600.31
HSL245.93º33.61%52.75%-
HSV(B)245.93º46.29%68.63%-
XYZ17.2213.9342.34-
YUV105.63167.15125.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 175 (68.75% from 255) = 47.17%
R=27.49%
G=25.34%
B=47.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102941750.420.4600.31245.9333.6152.75
Hex665EAF2A2E01Ff62235
Octal14613625752560373664265
Binary110011010111101010111110101010111001111111110110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665eaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665eaf; }

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

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

<style>
 a { background-color: #665eaf; }

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

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

<style>
 span { border-color: #665eaf; }

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

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