Html Css Color HEX #6746BD Blue Marguerite

📋 copy color: '#6746BD'

red 103 ◦ green 70 ◦ blue 189

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

Shades of Blue Marguerite #6746BD

Tints of Blue Marguerite #6746BD

RGB

 RED value IS 103 (40.63% from 255) = 28.45%

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

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

R = 28.45%
G = 19.34%
B = 52.21%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6746BD (or 0x6746BD) is known color: Blue Marguerite. HEX triplet: 67, 46 and BD. RGB value is (103,70,189). Sum of RGB (Red+Green+Blue) = 103+70+189=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #6746BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6746BD is #98B942. Grayscale: #5C5C5C. Windows color (decimal): -10008899 or 12404327. OLE color: 12404327.

HSL color Cylindrical-coordinate representation of color #6746BD: hue angle of 256.64º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6746BD is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 70 189 -
CMYK 0.46 0.63 0 0.26
HSL 256.64º 0.47% 0.51% -
HSV(B) 256.64º 0.63% 0.74% -
XYZ 16.97 10.94 49.36 -
YUV 93.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 103 70 189 0.46 0.63 0 0.26 256.64 0.47 0.51
Hex 67 46 BD 2E 3F 0 1A 101 2F 33
Octal 147 106 275 56 77 0 32 401 57 63
Binary 1100111 1000110 10111101 101110 111111 0 11010 100000001 101111 110011

Color Harmonies of #6746BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6746BD

Black with #6746BD

Text Example


Text Example

White with #6746BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,70,189); }

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

background-color css

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

 a { background-color: rgb(103,70,189); }

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

border-color css

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

 span { border-color: rgb(103,70,189); }

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