#6965B6

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

Shades of Blue Marguerite #6965B6

Tints of Blue Marguerite #6965B6

Color information

#6965B6 (or 0x6965B6) is unknown color: approx Blue Marguerite. HEX triplet: 69, 65 and B6. RGB value is (105,101,182). Sum of RGB (Red+Green+Blue) = 105+101+182=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #6965B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6965B6 is #969A49. Grayscale: #6F6F6F. Windows color (decimal): -9869898 or 11953513. OLE color: 11953513.

HSL color Cylindrical-coordinate representation of color #6965B6: hue angle of 242.96º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6965B6 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB105101182-
CMYK0.420.4500.29
HSL242.96º35.68%55.49%-
HSV(B)242.96º44.51%71.37%-
XYZ18.9215.6946.29-
YUV111.43167.83123.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.06%
GREEN value IS 101 (39.84% from 255) = 26.03%
BLUE value IS 182 (71.48% from 255) = 46.91%
R=27.06%
G=26.03%
B=46.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051011820.420.4500.29242.9635.6855.49
Hex6965B62A2D01Df32437
Octal15114526652550353634467
Binary110100111001011011011010101010110101110111110011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6965B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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