Html Css Color HEX #6964B3 Blue Marguerite

📋 copy color: '#6964B3'

red 105 ◦ green 100 ◦ blue 179

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

Shades of Blue Marguerite #6964B3

Tints of Blue Marguerite #6964B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.61%

R = 27.34%
G = 26.04%
B = 46.61%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6964B3 (or 0x6964B3) is known color: Blue Marguerite. HEX triplet: 69, 64 and B3. RGB value is (105,100,179). Sum of RGB (Red+Green+Blue) = 105+100+179=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 179 - color contains mainly: blue. Hex color #6964B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6964B3 is #969B4C. Grayscale: #6E6E6E. Windows color (decimal): -9870157 or 11756649. OLE color: 11756649.

HSL color Cylindrical-coordinate representation of color #6964B3: hue angle of 243.8º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6964B3 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 105 100 179 -
CMYK 0.41 0.44 0 0.30
HSL 243.8º 0.34% 0.55% -
HSV(B) 243.8º 0.44% 0.7% -
XYZ 18.52 15.37 44.64 -
YUV 110.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 105 100 179 0.41 0.44 0 0.30 243.8 0.34 0.55
Hex 69 64 B3 29 2C 0 1E F4 22 37
Octal 151 144 263 51 54 0 36 364 42 67
Binary 1101001 1100100 10110011 101001 101100 0 11110 11110100 100010 110111

Color Harmonies of #6964B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6964B3

Black with #6964B3

Text Example


Text Example

White with #6964B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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