Html Css Color HEX #6756AD Blue Marguerite

📋 copy color: '#6756AD'

red 103 ◦ green 86 ◦ blue 173

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

Shades of Blue Marguerite #6756AD

Tints of Blue Marguerite #6756AD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.76%

 BLUE value IS 173 (67.97% from 255) = 47.79%

R = 28.45%
G = 23.76%
B = 47.79%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6756AD (or 0x6756AD) is known color: Blue Marguerite. HEX triplet: 67, 56 and AD. RGB value is (103,86,173). Sum of RGB (Red+Green+Blue) = 103+86+173=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #6756AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6756AD is #98A952. Grayscale: #646464. Windows color (decimal): -10004819 or 11359847. OLE color: 11359847.

HSL color Cylindrical-coordinate representation of color #6756AD: hue angle of 251.72º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6756AD is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 86 173 -
CMYK 0.40 0.50 0 0.32
HSL 251.72º 0.35% 0.51% -
HSV(B) 251.72º 0.5% 0.68% -
XYZ 16.46 12.56 41.09 -
YUV 101 168.63 129.43 -
System Red Green Blue C M Y K H S L
Decimal 103 86 173 0.40 0.50 0 0.32 251.72 0.35 0.51
Hex 67 56 AD 28 32 0 20 FC 23 33
Octal 147 126 255 50 62 0 40 374 43 63
Binary 1100111 1010110 10101101 101000 110010 0 100000 11111100 100011 110011

Color Harmonies of #6756AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6756AD

Black with #6756AD

Text Example


Text Example

White with #6756AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6756AD; }

 p { color: rgb(103,86,173); }

 H1.HeaderClassName
 {
   color: #6756AD;
 }
 .AnyTagClassName
 {
   color: #6756AD;
 }
</style>

background-color css

<style>
 a { background-color: #6756AD; }

 a { background-color: rgb(103,86,173); }

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

border-color css

<style>
 span { border-color: #6756AD; }

 span { border-color: rgb(103,86,173); }

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