#6E65B9

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

Shades of Blue Marguerite #6E65B9

Tints of Blue Marguerite #6E65B9

Color information

#6E65B9 (or 0x6E65B9) is unknown color: approx Blue Marguerite. HEX triplet: 6E, 65 and B9. RGB value is (110,101,185). Sum of RGB (Red+Green+Blue) = 110+101+185=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #6E65B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E65B9 is #919A46. Grayscale: #707070. Windows color (decimal): -9542215 or 12150126. OLE color: 12150126.

HSL color Cylindrical-coordinate representation of color #6E65B9: hue angle of 246.43º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E65B9 is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB110101185-
CMYK0.410.4500.27
HSL246.43º37.5%56.08%-
HSV(B)246.43º45.41%72.55%-
XYZ19.8416.1347.97-
YUV113.27168.48125.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.78%
GREEN value IS 101 (39.84% from 255) = 25.51%
BLUE value IS 185 (72.66% from 255) = 46.72%
R=27.78%
G=25.51%
B=46.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101011850.410.4500.27246.4337.556.08
Hex6E65B9292D01Bf62638
Octal15614527151550333664670
Binary110111011001011011100110100110110101101111110110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E65B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,101,185); }

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

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

 a { background-color: rgb(110,101,185); }

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

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

 span { border-color: rgb(110,101,185); }

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