Html Css Color HEX #6957BB Blue Marguerite

📋 copy color: '#6957BB'

red 105 ◦ green 87 ◦ blue 187

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

Shades of Blue Marguerite #6957BB

Tints of Blue Marguerite #6957BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.34%

R = 27.7%
G = 22.96%
B = 49.34%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6957BB (or 0x6957BB) is known color: Blue Marguerite. HEX triplet: 69, 57 and BB. RGB value is (105,87,187). Sum of RGB (Red+Green+Blue) = 105+87+187=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #6957BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6957BB is #96A844. Grayscale: #676767. Windows color (decimal): -9873477 or 12277609. OLE color: 12277609.

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

Color convert

RGB 105 87 187 -
CMYK 0.44 0.53 0 0.27
HSL 250.8º 0.42% 0.54% -
HSV(B) 250.8º 0.53% 0.73% -
XYZ 18.2 13.41 48.64 -
YUV 103.78 174.96 128.87 -
System Red Green Blue C M Y K H S L
Decimal 105 87 187 0.44 0.53 0 0.27 250.8 0.42 0.54
Hex 69 57 BB 2C 35 0 1B FB 2A 36
Octal 151 127 273 54 65 0 33 373 52 66
Binary 1101001 1010111 10111011 101100 110101 0 11011 11111011 101010 110110

Color Harmonies of #6957BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6957BB

Black with #6957BB

Text Example


Text Example

White with #6957BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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