Html Css Color HEX #6756AC Blue Marguerite

📋 copy color: '#6756AC'

red 103 ◦ green 86 ◦ blue 172

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

Shades of Blue Marguerite #6756AC

Tints of Blue Marguerite #6756AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 28.53%
G = 23.82%
B = 47.65%

CMYK

 C value IS 0.40

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6756AC (or 0x6756AC) is known color: Blue Marguerite. HEX triplet: 67, 56 and AC. RGB value is (103,86,172). Sum of RGB (Red+Green+Blue) = 103+86+172=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #6756AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6756AC is #98A953. Grayscale: #646464. Windows color (decimal): -10004820 or 11294311. OLE color: 11294311.

HSL color Cylindrical-coordinate representation of color #6756AC: hue angle of 251.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6756AC is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 103 86 172 -
CMYK 0.40 0.5 0 0.33
HSL 251.86º 0.34% 0.51% -
HSV(B) 251.86º 0.5% 0.67% -
XYZ 16.37 12.52 40.58 -
YUV 100.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 103 86 172 0.40 0.5 0 0.33 251.86 0.34 0.51
Hex 67 56 AC 28 32 0 21 FC 22 33
Octal 147 126 254 50 62 0 41 374 42 63
Binary 1100111 1010110 10101100 101000 110010 0 100001 11111100 100010 110011

Color Harmonies of #6756AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6756AC

Black with #6756AC

Text Example


Text Example

White with #6756AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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