Html Css Color HEX #6960BA Blue Marguerite

📋 copy color: '#6960BA'

red 105 ◦ green 96 ◦ blue 186

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

Shades of Blue Marguerite #6960BA

Tints of Blue Marguerite #6960BA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 27.13%
G = 24.81%
B = 48.06%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6960BA (or 0x6960BA) is known color: Blue Marguerite. HEX triplet: 69, 60 and BA. RGB value is (105,96,186). Sum of RGB (Red+Green+Blue) = 105+96+186=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #6960BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960BA is #969F45. Grayscale: #6C6C6C. Windows color (decimal): -9871174 or 12214377. OLE color: 12214377.

HSL color Cylindrical-coordinate representation of color #6960BA: hue angle of 246º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6960BA is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 96 186 -
CMYK 0.44 0.48 0 0.27
HSL 246º 0.39% 0.55% -
HSV(B) 246º 0.48% 0.73% -
XYZ 18.87 14.91 48.34 -
YUV 108.95 171.48 125.18 -
System Red Green Blue C M Y K H S L
Decimal 105 96 186 0.44 0.48 0 0.27 246 0.39 0.55
Hex 69 60 BA 2C 30 0 1B F6 27 37
Octal 151 140 272 54 60 0 33 366 47 67
Binary 1101001 1100000 10111010 101100 110000 0 11011 11110110 100111 110111

Color Harmonies of #6960BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6960BA

Black with #6960BA

Text Example


Text Example

White with #6960BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6960BA; }

 p { color: rgb(105,96,186); }

 H1.HeaderClassName
 {
   color: #6960BA;
 }
 .AnyTagClassName
 {
   color: #6960BA;
 }
</style>

background-color css

<style>
 a { background-color: #6960BA; }

 a { background-color: rgb(105,96,186); }

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

border-color css

<style>
 span { border-color: #6960BA; }

 span { border-color: rgb(105,96,186); }

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