Html Css Color HEX #6966AC Blue Marguerite

📋 copy color: '#6966AC'

red 105 ◦ green 102 ◦ blue 172

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

Shades of Blue Marguerite #6966AC

Tints of Blue Marguerite #6966AC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.91%

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 27.7%
G = 26.91%
B = 45.38%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6966AC (or 0x6966AC) is known color: Blue Marguerite. HEX triplet: 69, 66 and AC. RGB value is (105,102,172). Sum of RGB (Red+Green+Blue) = 105+102+172=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #6966AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6966AC is #969953. Grayscale: #6E6E6E. Windows color (decimal): -9869652 or 11298409. OLE color: 11298409.

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

Color convert

RGB 105 102 172 -
CMYK 0.39 0.41 0 0.33
HSL 242.57º 0.3% 0.54% -
HSV(B) 242.57º 0.41% 0.67% -
XYZ 18.02 15.48 41.07 -
YUV 110.88 162.49 123.81 -
System Red Green Blue C M Y K H S L
Decimal 105 102 172 0.39 0.41 0 0.33 242.57 0.3 0.54
Hex 69 66 AC 27 29 0 21 F3 1E 36
Octal 151 146 254 47 51 0 41 363 36 66
Binary 1101001 1100110 10101100 100111 101001 0 100001 11110011 11110 110110

Color Harmonies of #6966AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6966AC

Black with #6966AC

Text Example


Text Example

White with #6966AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6966AC; }

 p { color: rgb(105,102,172); }

 H1.HeaderClassName
 {
   color: #6966AC;
 }
 .AnyTagClassName
 {
   color: #6966AC;
 }
</style>

background-color css

<style>
 a { background-color: #6966AC; }

 a { background-color: rgb(105,102,172); }

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

border-color css

<style>
 span { border-color: #6966AC; }

 span { border-color: rgb(105,102,172); }

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