Html Css Color HEX #6356AB Blue Marguerite

📋 copy color: '#6356AB'

red 99 ◦ green 86 ◦ blue 171

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

Shades of Blue Marguerite #6356AB

Tints of Blue Marguerite #6356AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 27.81%
G = 24.16%
B = 48.03%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6356AB (or 0x6356AB) is known color: Blue Marguerite. HEX triplet: 63, 56 and AB. RGB value is (99,86,171). Sum of RGB (Red+Green+Blue) = 99+86+171=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #6356AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6356AB is #9CA954. Grayscale: #636363. Windows color (decimal): -10266965 or 11228771. OLE color: 11228771.

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

Color convert

RGB 99 86 171 -
CMYK 0.42 0.50 0 0.33
HSL 249.18º 0.34% 0.5% -
HSV(B) 249.18º 0.5% 0.67% -
XYZ 15.82 12.25 40.06 -
YUV 99.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 99 86 171 0.42 0.50 0 0.33 249.18 0.34 0.5
Hex 63 56 AB 2A 32 0 21 F9 22 32
Octal 143 126 253 52 62 0 41 371 42 62
Binary 1100011 1010110 10101011 101010 110010 0 100001 11111001 100010 110010

Color Harmonies of #6356AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6356AB

Black with #6356AB

Text Example


Text Example

White with #6356AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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