Html Css Color HEX #6964AC Blue Marguerite

📋 copy color: '#6964AC'

red 105 ◦ green 100 ◦ blue 172

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

Shades of Blue Marguerite #6964AC

Tints of Blue Marguerite #6964AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

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

R = 27.85%
G = 26.53%
B = 45.62%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6964AC (or 0x6964AC) is known color: Blue Marguerite. HEX triplet: 69, 64 and AC. RGB value is (105,100,172). Sum of RGB (Red+Green+Blue) = 105+100+172=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #6964AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6964AC is #969B53. Grayscale: #6D6D6D. Windows color (decimal): -9870164 or 11297897. OLE color: 11297897.

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

Color convert

RGB 105 100 172 -
CMYK 0.39 0.42 0 0.33
HSL 244.17º 0.3% 0.53% -
HSV(B) 244.17º 0.42% 0.67% -
XYZ 17.83 15.1 41 -
YUV 109.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 105 100 172 0.39 0.42 0 0.33 244.17 0.3 0.53
Hex 69 64 AC 27 2A 0 21 F4 1E 35
Octal 151 144 254 47 52 0 41 364 36 65
Binary 1101001 1100100 10101100 100111 101010 0 100001 11110100 11110 110101

Color Harmonies of #6964AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6964AC

Black with #6964AC

Text Example


Text Example

White with #6964AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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