Html Css Color HEX #6355AD Blue Marguerite

📋 copy color: '#6355AD'

red 99 ◦ green 85 ◦ blue 173

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

Shades of Blue Marguerite #6355AD

Tints of Blue Marguerite #6355AD

RGB

 RED value IS 99 (39.06% from 255) = 27.73%

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

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

R = 27.73%
G = 23.81%
B = 48.46%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6355AD (or 0x6355AD) is known color: Blue Marguerite. HEX triplet: 63, 55 and AD. RGB value is (99,85,173). Sum of RGB (Red+Green+Blue) = 99+85+173=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #6355AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6355AD is #9CAA52. Grayscale: #626262. Windows color (decimal): -10267219 or 11359587. OLE color: 11359587.

HSL color Cylindrical-coordinate representation of color #6355AD: hue angle of 249.55º 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 #6355AD is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 85 173 -
CMYK 0.43 0.51 0 0.32
HSL 249.55º 0.35% 0.51% -
HSV(B) 249.55º 0.51% 0.68% -
XYZ 15.94 12.17 41.04 -
YUV 99.22 169.64 127.84 -
System Red Green Blue C M Y K H S L
Decimal 99 85 173 0.43 0.51 0 0.32 249.55 0.35 0.51
Hex 63 55 AD 2B 33 0 20 FA 23 33
Octal 143 125 255 53 63 0 40 372 43 63
Binary 1100011 1010101 10101101 101011 110011 0 100000 11111010 100011 110011

Color Harmonies of #6355AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6355AD

Black with #6355AD

Text Example


Text Example

White with #6355AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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