Html Css Color HEX #6755AD Blue Marguerite

📋 copy color: '#6755AD'

red 103 ◦ green 85 ◦ blue 173

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

Shades of Blue Marguerite #6755AD

Tints of Blue Marguerite #6755AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.55%

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

R = 28.53%
G = 23.55%
B = 47.92%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6755AD (or 0x6755AD) is known color: Blue Marguerite. HEX triplet: 67, 55 and AD. RGB value is (103,85,173). Sum of RGB (Red+Green+Blue) = 103+85+173=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #6755AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6755AD is #98AA52. Grayscale: #646464. Windows color (decimal): -10005075 or 11359591. OLE color: 11359591.

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

Color convert

RGB 103 85 173 -
CMYK 0.40 0.51 0 0.32
HSL 252.27º 0.35% 0.51% -
HSV(B) 252.27º 0.51% 0.68% -
XYZ 16.38 12.4 41.06 -
YUV 100.41 168.96 129.84 -
System Red Green Blue C M Y K H S L
Decimal 103 85 173 0.40 0.51 0 0.32 252.27 0.35 0.51
Hex 67 55 AD 28 33 0 20 FC 23 33
Octal 147 125 255 50 63 0 40 374 43 63
Binary 1100111 1010101 10101101 101000 110011 0 100000 11111100 100011 110011

Color Harmonies of #6755AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6755AD

Black with #6755AD

Text Example


Text Example

White with #6755AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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