#6765AF

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

Shades of Blue Marguerite #6765AF

Tints of Blue Marguerite #6765AF

Color information

#6765AF (or 0x6765AF) is unknown color: approx Blue Marguerite. HEX triplet: 67, 65 and AF. RGB value is (103,101,175). Sum of RGB (Red+Green+Blue) = 103+101+175=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #6765AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6765AF is #989A50. Grayscale: #6D6D6D. Windows color (decimal): -10000977 or 11494759. OLE color: 11494759.

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

Color convert

RGB103101175-
CMYK0.410.4200.31
HSL241.62º31.62%54.12%-
HSV(B)241.62º42.29%68.63%-
XYZ17.9915.2942.56-
YUV110.03164.66122.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.18%
GREEN value IS 101 (39.84% from 255) = 26.65%
BLUE value IS 175 (68.75% from 255) = 46.17%
R=27.18%
G=26.65%
B=46.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1031011750.410.4200.31241.6231.6254.12
Hex6765AF292A01Ff22036
Octal14714525751520373624066
Binary110011111001011010111110100110101001111111110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6765AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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