Html Css Color HEX #6950B1 Blue Marguerite

📋 copy color: '#6950B1'

red 105 ◦ green 80 ◦ blue 177

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

Shades of Blue Marguerite #6950B1

Tints of Blue Marguerite #6950B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 48.9%

R = 29.01%
G = 22.1%
B = 48.9%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6950B1 (or 0x6950B1) is known color: Blue Marguerite. HEX triplet: 69, 50 and B1. RGB value is (105,80,177). Sum of RGB (Red+Green+Blue) = 105+80+177=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #6950B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6950B1 is #96AF4E. Grayscale: #626262. Windows color (decimal): -9875279 or 11620457. OLE color: 11620457.

HSL color Cylindrical-coordinate representation of color #6950B1: hue angle of 255.46º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6950B1 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 80 177 -
CMYK 0.41 0.55 0 0.31
HSL 255.46º 0.38% 0.5% -
HSV(B) 255.46º 0.55% 0.69% -
XYZ 16.63 11.91 43.02 -
YUV 98.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 105 80 177 0.41 0.55 0 0.31 255.46 0.38 0.5
Hex 69 50 B1 29 37 0 1F FF 26 32
Octal 151 120 261 51 67 0 37 377 46 62
Binary 1101001 1010000 10110001 101001 110111 0 11111 11111111 100110 110010

Color Harmonies of #6950B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6950B1

Black with #6950B1

Text Example


Text Example

White with #6950B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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