Html Css Color HEX #6946B6 Blue Marguerite

📋 copy color: '#6946B6'

red 105 ◦ green 70 ◦ blue 182

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

Shades of Blue Marguerite #6946B6

Tints of Blue Marguerite #6946B6

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.61%

 BLUE value IS 182 (71.48% from 255) = 50.98%

R = 29.41%
G = 19.61%
B = 50.98%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6946B6 (or 0x6946B6) is known color: Blue Marguerite. HEX triplet: 69, 46 and B6. RGB value is (105,70,182). Sum of RGB (Red+Green+Blue) = 105+70+182=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #6946B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6946B6 is #96B949. Grayscale: #5C5C5C. Windows color (decimal): -9877834 or 11945577. OLE color: 11945577.

HSL color Cylindrical-coordinate representation of color #6946B6: hue angle of 258.75º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6946B6 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 105 70 182 -
CMYK 0.42 0.62 0 0.29
HSL 258.75º 0.44% 0.49% -
HSV(B) 258.75º 0.62% 0.71% -
XYZ 16.46 10.76 45.47 -
YUV 93.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 105 70 182 0.42 0.62 0 0.29 258.75 0.44 0.49
Hex 69 46 B6 2A 3E 0 1D 103 2C 31
Octal 151 106 266 52 76 0 35 403 54 61
Binary 1101001 1000110 10110110 101010 111110 0 11101 100000011 101100 110001

Color Harmonies of #6946B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6946B6

Black with #6946B6

Text Example


Text Example

White with #6946B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6946B6; }

 p { color: rgb(105,70,182); }

 H1.HeaderClassName
 {
   color: #6946B6;
 }
 .AnyTagClassName
 {
   color: #6946B6;
 }
</style>

background-color css

<style>
 a { background-color: #6946B6; }

 a { background-color: rgb(105,70,182); }

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

border-color css

<style>
 span { border-color: #6946B6; }

 span { border-color: rgb(105,70,182); }

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