#6962AB

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

Shades of Blue Marguerite #6962AB

Tints of Blue Marguerite #6962AB

Color information

#6962AB (or 0x6962AB) is unknown color: approx Blue Marguerite. HEX triplet: 69, 62 and AB. RGB value is (105,98,171). Sum of RGB (Red+Green+Blue) = 105+98+171=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #6962AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6962AB is #969D54. Grayscale: #6C6C6C. Windows color (decimal): -9870677 or 11231849. OLE color: 11231849.

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

Color convert

RGB10598171-
CMYK0.390.4300.33
HSL245.75º30.29%52.75%-
HSV(B)245.75º42.69%67.06%-
XYZ17.5414.6840.44-
YUV108.42163.32125.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.07%
GREEN value IS 98 (38.67% from 255) = 26.20%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=28.07%
G=26.20%
B=45.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105981710.390.4300.33245.7530.2952.75
Hex6962AB272B021f61e35
Octal15114225347530413663665
Binary110100111000101010101110011110101101000011111011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6962AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6962AB; }

 p { color: rgb(105,98,171); }

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

<style>
 a { background-color: #6962AB; }

 a { background-color: rgb(105,98,171); }

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

<style>
 span { border-color: #6962AB; }

 span { border-color: rgb(105,98,171); }

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