Html Css Color HEX #6956BC Blue Marguerite

📋 copy color: '#6956BC'

red 105 ◦ green 86 ◦ blue 188

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

Shades of Blue Marguerite #6956BC

Tints of Blue Marguerite #6956BC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.69%

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

R = 27.7%
G = 22.69%
B = 49.6%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6956BC (or 0x6956BC) is known color: Blue Marguerite. HEX triplet: 69, 56 and BC. RGB value is (105,86,188). Sum of RGB (Red+Green+Blue) = 105+86+188=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #6956BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6956BC is #96A943. Grayscale: #666666. Windows color (decimal): -9873732 or 12342889. OLE color: 12342889.

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

Color convert

RGB 105 86 188 -
CMYK 0.44 0.54 0 0.26
HSL 251.18º 0.43% 0.54% -
HSV(B) 251.18º 0.54% 0.74% -
XYZ 18.23 13.29 49.18 -
YUV 103.31 175.79 129.21 -
System Red Green Blue C M Y K H S L
Decimal 105 86 188 0.44 0.54 0 0.26 251.18 0.43 0.54
Hex 69 56 BC 2C 36 0 1A FB 2B 36
Octal 151 126 274 54 66 0 32 373 53 66
Binary 1101001 1010110 10111100 101100 110110 0 11010 11111011 101011 110110

Color Harmonies of #6956BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6956BC

Black with #6956BC

Text Example


Text Example

White with #6956BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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