Html Css Color HEX #6960BC Blue Marguerite

📋 copy color: '#6960BC'

red 105 ◦ green 96 ◦ blue 188

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

Shades of Blue Marguerite #6960BC

Tints of Blue Marguerite #6960BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 26.99%
G = 24.68%
B = 48.33%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6960BC (or 0x6960BC) is known color: Blue Marguerite. HEX triplet: 69, 60 and BC. RGB value is (105,96,188). Sum of RGB (Red+Green+Blue) = 105+96+188=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #6960BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960BC is #969F43. Grayscale: #6C6C6C. Windows color (decimal): -9871172 or 12345449. OLE color: 12345449.

HSL color Cylindrical-coordinate representation of color #6960BC: hue angle of 245.87º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6960BC is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 96 188 -
CMYK 0.44 0.49 0 0.26
HSL 245.87º 0.41% 0.56% -
HSV(B) 245.87º 0.49% 0.74% -
XYZ 19.09 15 49.47 -
YUV 109.18 172.48 125.02 -
System Red Green Blue C M Y K H S L
Decimal 105 96 188 0.44 0.49 0 0.26 245.87 0.41 0.56
Hex 69 60 BC 2C 31 0 1A F6 29 38
Octal 151 140 274 54 61 0 32 366 51 70
Binary 1101001 1100000 10111100 101100 110001 0 11010 11110110 101001 111000

Color Harmonies of #6960BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6960BC

Black with #6960BC

Text Example


Text Example

White with #6960BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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