Html Css Color HEX #6356AC Blue Marguerite

📋 copy color: '#6356AC'

red 99 ◦ green 86 ◦ blue 172

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

Shades of Blue Marguerite #6356AC

Tints of Blue Marguerite #6356AC

RGB

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

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

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

R = 27.73%
G = 24.09%
B = 48.18%

CMYK

 C value IS 0.42

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6356AC (or 0x6356AC) is known color: Blue Marguerite. HEX triplet: 63, 56 and AC. RGB value is (99,86,172). Sum of RGB (Red+Green+Blue) = 99+86+172=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #6356AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6356AC is #9CA953. Grayscale: #636363. Windows color (decimal): -10266964 or 11294307. OLE color: 11294307.

HSL color Cylindrical-coordinate representation of color #6356AC: hue angle of 249.07º 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 #6356AC is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 86 172 -
CMYK 0.42 0.5 0 0.33
HSL 249.07º 0.34% 0.51% -
HSV(B) 249.07º 0.5% 0.67% -
XYZ 15.92 12.29 40.56 -
YUV 99.69 168.81 127.51 -
System Red Green Blue C M Y K H S L
Decimal 99 86 172 0.42 0.5 0 0.33 249.07 0.34 0.51
Hex 63 56 AC 2A 32 0 21 F9 22 33
Octal 143 126 254 52 62 0 41 371 42 63
Binary 1100011 1010110 10101100 101010 110010 0 100001 11111001 100010 110011

Color Harmonies of #6356AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6356AC

Black with #6356AC

Text Example


Text Example

White with #6356AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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