Html Css Color HEX #6753AC Blue Marguerite

📋 copy color: '#6753AC'

red 103 ◦ green 83 ◦ blue 172

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

Shades of Blue Marguerite #6753AC

Tints of Blue Marguerite #6753AC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.18%

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

R = 28.77%
G = 23.18%
B = 48.04%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6753AC (or 0x6753AC) is known color: Blue Marguerite. HEX triplet: 67, 53 and AC. RGB value is (103,83,172). Sum of RGB (Red+Green+Blue) = 103+83+172=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #6753AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6753AC is #98AC53. Grayscale: #626262. Windows color (decimal): -10005588 or 11293543. OLE color: 11293543.

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

Color convert

RGB 103 83 172 -
CMYK 0.40 0.52 0 0.33
HSL 253.48º 0.35% 0.5% -
HSV(B) 253.48º 0.52% 0.67% -
XYZ 16.13 12.05 40.51 -
YUV 99.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 103 83 172 0.40 0.52 0 0.33 253.48 0.35 0.5
Hex 67 53 AC 28 34 0 21 FD 23 32
Octal 147 123 254 50 64 0 41 375 43 62
Binary 1100111 1010011 10101100 101000 110100 0 100001 11111101 100011 110010

Color Harmonies of #6753AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6753AC

Black with #6753AC

Text Example


Text Example

White with #6753AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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