#6765AE

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

Shades of Blue Marguerite #6765AE

Tints of Blue Marguerite #6765AE

Color information

#6765AE (or 0x6765AE) is unknown color: approx Blue Marguerite. HEX triplet: 67, 65 and AE. RGB value is (103,101,174). Sum of RGB (Red+Green+Blue) = 103+101+174=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #6765AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6765AE is #989A51. Grayscale: #6D6D6D. Windows color (decimal): -10000978 or 11429223. OLE color: 11429223.

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

Color convert

RGB103101174-
CMYK0.410.4200.32
HSL241.64º31.06%53.92%-
HSV(B)241.64º41.95%68.24%-
XYZ17.8915.2542.04-
YUV109.92164.16123.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.25%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 174 (68.36% from 255) = 46.03%
R=27.25%
G=26.72%
B=46.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1031011740.410.4200.32241.6431.0653.92
Hex6765AE292A020f21f36
Octal14714525651520403623766
Binary110011111001011010111010100110101001000001111001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6765AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6765AE; }

 p { color: rgb(103,101,174); }

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

<style>
 a { background-color: #6765AE; }

 a { background-color: rgb(103,101,174); }

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

<style>
 span { border-color: #6765AE; }

 span { border-color: rgb(103,101,174); }

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