Html Css Color HEX #6951AB Blue Marguerite

📋 copy color: '#6951AB'

red 105 ◦ green 81 ◦ blue 171

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

Shades of Blue Marguerite #6951AB

Tints of Blue Marguerite #6951AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.69%

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

R = 29.41%
G = 22.69%
B = 47.9%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6951AB (or 0x6951AB) is known color: Blue Marguerite. HEX triplet: 69, 51 and AB. RGB value is (105,81,171). Sum of RGB (Red+Green+Blue) = 105+81+171=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #6951AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6951AB is #96AE54. Grayscale: #626262. Windows color (decimal): -9875029 or 11227497. OLE color: 11227497.

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

Color convert

RGB 105 81 171 -
CMYK 0.39 0.53 0 0.33
HSL 256º 0.36% 0.49% -
HSV(B) 256º 0.53% 0.67% -
XYZ 16.12 11.83 39.96 -
YUV 98.44 168.95 132.68 -
System Red Green Blue C M Y K H S L
Decimal 105 81 171 0.39 0.53 0 0.33 256 0.36 0.49
Hex 69 51 AB 27 35 0 21 100 24 31
Octal 151 121 253 47 65 0 41 400 44 61
Binary 1101001 1010001 10101011 100111 110101 0 100001 100000000 100100 110001

Color Harmonies of #6951AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6951AB

Black with #6951AB

Text Example


Text Example

White with #6951AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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