#6961AA

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

Shades of Blue Marguerite #6961AA

Tints of Blue Marguerite #6961AA

Color information

#6961AA (or 0x6961AA) is unknown color: approx Blue Marguerite. HEX triplet: 69, 61 and AA. RGB value is (105,97,170). Sum of RGB (Red+Green+Blue) = 105+97+170=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #6961AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6961AA is #969E55. Grayscale: #6B6B6B. Windows color (decimal): -9870934 or 11166057. OLE color: 11166057.

HSL color Cylindrical-coordinate representation of color #6961AA: hue angle of 246.58º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6961AA is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10597170-
CMYK0.380.4300.33
HSL246.58º30.04%52.35%-
HSV(B)246.58º42.94%66.67%-
XYZ17.3614.4539.91-
YUV107.71163.15126.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 97 (38.28% from 255) = 26.08%
BLUE value IS 170 (66.80% from 255) = 45.70%
R=28.23%
G=26.08%
B=45.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105971700.380.4300.33246.5830.0452.35
Hex6961AA262B021f71e34
Octal15114125246530413673664
Binary110100111000011010101010011010101101000011111011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6961AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6961AA; }

 p { color: rgb(105,97,170); }

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

<style>
 a { background-color: #6961AA; }

 a { background-color: rgb(105,97,170); }

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

<style>
 span { border-color: #6961AA; }

 span { border-color: rgb(105,97,170); }

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