Html Css Color HEX #6957BC Blue Marguerite

📋 copy color: '#6957BC'

red 105 ◦ green 87 ◦ blue 188

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

Shades of Blue Marguerite #6957BC

Tints of Blue Marguerite #6957BC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.89%

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

R = 27.63%
G = 22.89%
B = 49.47%

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

#6957BC (or 0x6957BC) is known color: Blue Marguerite. HEX triplet: 69, 57 and BC. RGB value is (105,87,188). Sum of RGB (Red+Green+Blue) = 105+87+188=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #6957BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6957BC is #96A843. Grayscale: #676767. Windows color (decimal): -9873476 or 12343145. OLE color: 12343145.

HSL color Cylindrical-coordinate representation of color #6957BC: hue angle of 250.69º 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 #6957BC is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 87 188 -
CMYK 0.44 0.54 0 0.26
HSL 250.69º 0.43% 0.54% -
HSV(B) 250.69º 0.54% 0.74% -
XYZ 18.31 13.45 49.21 -
YUV 103.9 175.46 128.79 -
System Red Green Blue C M Y K H S L
Decimal 105 87 188 0.44 0.54 0 0.26 250.69 0.43 0.54
Hex 69 57 BC 2C 36 0 1A FB 2B 36
Octal 151 127 274 54 66 0 32 373 53 66
Binary 1101001 1010111 10111100 101100 110110 0 11010 11111011 101011 110110

Color Harmonies of #6957BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6957BC

Black with #6957BC

Text Example


Text Example

White with #6957BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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