#6965AC

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

Shades of Blue Marguerite #6965AC

Tints of Blue Marguerite #6965AC

Color information

#6965AC (or 0x6965AC) is unknown color: approx Blue Marguerite. HEX triplet: 69, 65 and AC. RGB value is (105,101,172). Sum of RGB (Red+Green+Blue) = 105+101+172=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #6965AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6965AC is #969A53. Grayscale: #6E6E6E. Windows color (decimal): -9869908 or 11298153. OLE color: 11298153.

HSL color Cylindrical-coordinate representation of color #6965AC: hue angle of 243.38º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6965AC is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB105101172-
CMYK0.390.4100.33
HSL243.38º29.96%53.53%-
HSV(B)243.38º41.28%67.45%-
XYZ17.9315.2941.04-
YUV110.29162.83124.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=27.78%
G=26.72%
B=45.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051011720.390.4100.33243.3829.9653.53
Hex6965AC2729021f31e36
Octal15114525447510413633666
Binary110100111001011010110010011110100101000011111001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6965AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6965AC; }

 p { color: rgb(105,101,172); }

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

<style>
 a { background-color: #6965AC; }

 a { background-color: rgb(105,101,172); }

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

<style>
 span { border-color: #6965AC; }

 span { border-color: rgb(105,101,172); }

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