Html Css Color HEX #6958BA Blue Marguerite

📋 copy color: '#6958BA'

red 105 ◦ green 88 ◦ blue 186

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

Shades of Blue Marguerite #6958BA

Tints of Blue Marguerite #6958BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.22%

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

R = 27.7%
G = 23.22%
B = 49.08%

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

#6958BA (or 0x6958BA) is known color: Blue Marguerite. HEX triplet: 69, 58 and BA. RGB value is (105,88,186). Sum of RGB (Red+Green+Blue) = 105+88+186=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #6958BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6958BA is #96A745. Grayscale: #676767. Windows color (decimal): -9873222 or 12212329. OLE color: 12212329.

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

Color convert

RGB 105 88 186 -
CMYK 0.44 0.53 0 0.27
HSL 250.41º 0.42% 0.54% -
HSV(B) 250.41º 0.53% 0.73% -
XYZ 18.18 13.53 48.11 -
YUV 104.26 174.13 128.53 -
System Red Green Blue C M Y K H S L
Decimal 105 88 186 0.44 0.53 0 0.27 250.41 0.42 0.54
Hex 69 58 BA 2C 35 0 1B FA 2A 36
Octal 151 130 272 54 65 0 33 372 52 66
Binary 1101001 1011000 10111010 101100 110101 0 11011 11111010 101010 110110

Color Harmonies of #6958BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6958BA

Black with #6958BA

Text Example


Text Example

White with #6958BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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