Html Css Color HEX #6959AB Blue Marguerite

📋 copy color: '#6959AB'

red 105 ◦ green 89 ◦ blue 171

#6959AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #6959AB

Tints of Blue Marguerite #6959AB

RGB

 RED value IS 105 (41.41% from 255) = 28.77%

 GREEN value IS 89 (35.16% from 255) = 24.38%

 BLUE value IS 171 (67.19% from 255) = 46.85%

R = 28.77%
G = 24.38%
B = 46.85%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6959AB (or 0x6959AB) is known color: Blue Marguerite. HEX triplet: 69, 59 and AB. RGB value is (105,89,171). Sum of RGB (Red+Green+Blue) = 105+89+171=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #6959AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6959AB is #96A654. Grayscale: #666666. Windows color (decimal): -9872981 or 11229545. OLE color: 11229545.

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

Color convert

RGB 105 89 171 -
CMYK 0.39 0.48 0 0.33
HSL 251.71º 0.33% 0.51% -
HSV(B) 251.71º 0.48% 0.67% -
XYZ 16.75 13.09 40.17 -
YUV 103.13 166.3 129.33 -
System Red Green Blue C M Y K H S L
Decimal 105 89 171 0.39 0.48 0 0.33 251.71 0.33 0.51
Hex 69 59 AB 27 30 0 21 FC 21 33
Octal 151 131 253 47 60 0 41 374 41 63
Binary 1101001 1011001 10101011 100111 110000 0 100001 11111100 100001 110011

Color Harmonies of #6959AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6959AB

Black with #6959AB

Text Example


Text Example

White with #6959AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6959AB;
 }
 .AnyTagClassName
 {
   color: #6959AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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