Html Css Color HEX #6959BC Blue Marguerite

📋 copy color: '#6959BC'

red 105 ◦ green 89 ◦ blue 188

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

Shades of Blue Marguerite #6959BC

Tints of Blue Marguerite #6959BC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.3%

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

R = 27.49%
G = 23.3%
B = 49.21%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6959BC (or 0x6959BC) is known color: Blue Marguerite. HEX triplet: 69, 59 and BC. RGB value is (105,89,188). Sum of RGB (Red+Green+Blue) = 105+89+188=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #6959BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6959BC is #96A643. Grayscale: #686868. Windows color (decimal): -9872964 or 12343657. OLE color: 12343657.

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

Color convert

RGB 105 89 188 -
CMYK 0.44 0.53 0 0.26
HSL 249.7º 0.42% 0.54% -
HSV(B) 249.7º 0.53% 0.74% -
XYZ 18.48 13.78 49.26 -
YUV 105.07 174.8 127.95 -
System Red Green Blue C M Y K H S L
Decimal 105 89 188 0.44 0.53 0 0.26 249.7 0.42 0.54
Hex 69 59 BC 2C 35 0 1A FA 2A 36
Octal 151 131 274 54 65 0 32 372 52 66
Binary 1101001 1011001 10111100 101100 110101 0 11010 11111010 101010 110110

Color Harmonies of #6959BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6959BC

Black with #6959BC

Text Example


Text Example

White with #6959BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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