Html Css Color HEX #6950BD Blue Marguerite

📋 copy color: '#6950BD'

red 105 ◦ green 80 ◦ blue 189

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

Shades of Blue Marguerite #6950BD

Tints of Blue Marguerite #6950BD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.39%

 BLUE value IS 189 (74.22% from 255) = 50.53%

R = 28.07%
G = 21.39%
B = 50.53%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6950BD (or 0x6950BD) is known color: Blue Marguerite. HEX triplet: 69, 50 and BD. RGB value is (105,80,189). Sum of RGB (Red+Green+Blue) = 105+80+189=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #6950BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6950BD is #96AF42. Grayscale: #636363. Windows color (decimal): -9875267 or 12406889. OLE color: 12406889.

HSL color Cylindrical-coordinate representation of color #6950BD: hue angle of 253.76º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6950BD is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 80 189 -
CMYK 0.44 0.58 0 0.26
HSL 253.76º 0.45% 0.53% -
HSV(B) 253.76º 0.58% 0.74% -
XYZ 17.88 12.41 49.6 -
YUV 99.9 178.28 131.64 -
System Red Green Blue C M Y K H S L
Decimal 105 80 189 0.44 0.58 0 0.26 253.76 0.45 0.53
Hex 69 50 BD 2C 3A 0 1A FE 2D 35
Octal 151 120 275 54 72 0 32 376 55 65
Binary 1101001 1010000 10111101 101100 111010 0 11010 11111110 101101 110101

Color Harmonies of #6950BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6950BD

Black with #6950BD

Text Example


Text Example

White with #6950BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6950BD; }

 p { color: rgb(105,80,189); }

 H1.HeaderClassName
 {
   color: #6950BD;
 }
 .AnyTagClassName
 {
   color: #6950BD;
 }
</style>

background-color css

<style>
 a { background-color: #6950BD; }

 a { background-color: rgb(105,80,189); }

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

border-color css

<style>
 span { border-color: #6950BD; }

 span { border-color: rgb(105,80,189); }

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