Html Css Color HEX #6964BD Blue Marguerite

📋 copy color: '#6964BD'

red 105 ◦ green 100 ◦ blue 189

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

Shades of Blue Marguerite #6964BD

Tints of Blue Marguerite #6964BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.97%

R = 26.65%
G = 25.38%
B = 47.97%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6964BD (or 0x6964BD) is known color: Blue Marguerite. HEX triplet: 69, 64 and BD. RGB value is (105,100,189). Sum of RGB (Red+Green+Blue) = 105+100+189=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #6964BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6964BD is #969B42. Grayscale: #6F6F6F. Windows color (decimal): -9870147 or 12412009. OLE color: 12412009.

HSL color Cylindrical-coordinate representation of color #6964BD: hue angle of 243.37º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6964BD is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 100 189 -
CMYK 0.44 0.47 0 0.26
HSL 243.37º 0.4% 0.57% -
HSV(B) 243.37º 0.47% 0.74% -
XYZ 19.57 15.79 50.16 -
YUV 111.64 171.66 123.26 -
System Red Green Blue C M Y K H S L
Decimal 105 100 189 0.44 0.47 0 0.26 243.37 0.4 0.57
Hex 69 64 BD 2C 2F 0 1A F3 28 39
Octal 151 144 275 54 57 0 32 363 50 71
Binary 1101001 1100100 10111101 101100 101111 0 11010 11110011 101000 111001

Color Harmonies of #6964BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6964BD

Black with #6964BD

Text Example


Text Example

White with #6964BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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