Html Css Color HEX #6957BA Blue Marguerite

📋 copy color: '#6957BA'

red 105 ◦ green 87 ◦ blue 186

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

Shades of Blue Marguerite #6957BA

Tints of Blue Marguerite #6957BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 27.78%
G = 23.02%
B = 49.21%

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

#6957BA (or 0x6957BA) is known color: Blue Marguerite. HEX triplet: 69, 57 and BA. RGB value is (105,87,186). Sum of RGB (Red+Green+Blue) = 105+87+186=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #6957BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6957BA is #96A845. Grayscale: #676767. Windows color (decimal): -9873478 or 12212073. OLE color: 12212073.

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

Color convert

RGB 105 87 186 -
CMYK 0.44 0.53 0 0.27
HSL 250.91º 0.42% 0.54% -
HSV(B) 250.91º 0.53% 0.73% -
XYZ 18.1 13.36 48.08 -
YUV 103.67 174.46 128.95 -
System Red Green Blue C M Y K H S L
Decimal 105 87 186 0.44 0.53 0 0.27 250.91 0.42 0.54
Hex 69 57 BA 2C 35 0 1B FB 2A 36
Octal 151 127 272 54 65 0 33 373 52 66
Binary 1101001 1010111 10111010 101100 110101 0 11011 11111011 101010 110110

Color Harmonies of #6957BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6957BA

Black with #6957BA

Text Example


Text Example

White with #6957BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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